/*=====================================================================

@Author: snail
Author E-mail: 

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ slider
05/ photography
06/ button 
07/ work 
08/ team
09/ contact 
10/ price 
11/ portfolio 
12/ blog 
13/ sidebar  
13/ page-header  
13/ project  
13/ we-dope  
13/ progress
13/ comingsoon
13/ error
13/ footer
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/

.col-md-offset-right-1 {
  margin-right: 8.33333333%;
}
@media (min-width: 1360px){
.container {
    width: 1300px;
}
}
@media (min-width: 1400px){
.container {
    width: 1400px;
}
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a,a:hover,a:active,a:visited,a:link,a:focus{
   -webkit-tap-highlight-color:rgba(0,0,0,0);
   -webkit-tap-highlight-color: transparent;   
   outline:none;
 
   text-decoration: none;
}
.nav>li>a:hover, .nav>li>a:focus{
		text-decoration: none;
		background-color: transparent;
	}
.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #58585a;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

p {
  font-size: 14px;
  line-height: 1.8;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #333;
}
.textcenter{text-align:center;}
.mb-3 {
  margin-bottom: 25px;
}

.mt-3 {
  margin-top: 25px;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}
.ml-20{ margin-left:20px;}
.centerbnt{margin:0 auto;}
.form-control {
  height: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border:0;
  width:150px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

iframe {
  border: none;
}
button,input[type=submit],input[type=text],input[type=button],select{/* -webkit-appearance:none; */border-radius:0;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:none;blr:expression(this.onFocus=this.blur())}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {    outline: none;    border-color: transparent;    box-shadow:none;background-color: #666;color:#ccc;}
.btn[disabled]{background-color: #666;color:#ccc;opacity:1;}
.btn[disabled]:hover{background-color: #666;color:#fff;opacity:1;border:1px solid #666;}
/* Main title css
============================================================================================ */
.main_title {
  text-align: center;
  padding-bottom: 20px;
}

.main_title h5 {
  font-size: 15px;
  color: #58585a;
  text-transform: uppercase;
  opacity: .5;
  margin-top:10px;
}

.main_title h2 {
  font-size: 24px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #59595b;
  text-transform: uppercase;
}
.main_title h2:after{content:'';width:60px;height:2px;background:#DA251D;display:block;margin:10px auto;}
/* End Main title css
============================================================================================ */
/*---------------------------------------------------- */



/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {  
 
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;*/
  
}


.header-area {
 
  background-color:#fff;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 500;
  height: 70px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {  
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 70px; 
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo img{max-width:480px;}
.header-area .main-nav .nav {
  float: right;
  
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 0;
  padding-right: 0; 
}
.header-area .main-nav .nav li.active{background:#f7f7f7;color:#DA251D;}
.header-area .main-nav .nav li.active a{color:#DA251D;}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;  
  font-size: 15px;
  color: #666;  
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; 
  border: transparent; 
  padding:22px 10px;
 
}

.header-area .main-nav .nav li:hover a {
  color: #DA251D;
 
}
/*.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#fff;}*/
.header-area .main-nav .nav li.submenu {
  position: relative; 
}
.header-area .main-nav .nav li.submenu > a:after {
          content: "\f107";
          font-family: fontAwesome;
          margin-left: 5px;
          line-height: 26px;
          display: inline-block; }


.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  padding: 10px 0;
  display:none;
  overflow: hidden;
  top: 60px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.1s ease-in-out 0s, visibility 0s linear 0.1s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #666;
  padding-left: 20px;
  padding-top:10px;
  padding-bottom:10px;
  height: 40px;
  text-align:left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #DA251D;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #DA251D;
 
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 0;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.1s;
  display:block;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 15px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 10px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #999;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}



.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #999;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}



.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #999;
}



.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #999;
}


.header-area.header-sticky {
 
  position:fixed;
}

.header-area.header-sticky .nav {
 
}

.header-area.header-sticky .nav li a.active {
  color: #f55858;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 0;
    padding-right: 0;
  }
  .header-area .main-nav:before {
    display: none;
  }
  .header-area .main-nav .nav li a{font-size:14px;}
  .header-area .main-nav .logo img{max-width:320px;}
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 60px;
    box-shadow: none;
    text-align: center;
  }
  
  .header-area .container {
    padding: 0px;
  }
  .header-area .main-nav .logo{line-height:60px;}
  .header-area .logo {
    margin-left: 5px;
  } 
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 0 !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
	max-height: 300px;
    overflow-y: auto;
	
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
	font-size:16px;
    padding: 0px 20px !important;
    
    background: #fff !important;
    color: #666 !important;
	text-align:left;
	font-weight:700;
  }
  .header-area .main-nav .nav li a:hover {
    background: #fff !important;
  }
 
	.header-area .main-nav .nav li.submenu ul{padding:0;}
 
 
  .header-area .main-nav .nav > li > a:hover,
  .header-area .main-nav .nav .submenu > ul > li > a:hover {
    color: #603d31;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
	display:block;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;   
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 14px;
    font-weight: 400;
	margin-left:20px;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #666;
    right: 25px;
    font-size: 14px;
    top: 10px;
  }
  
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
  
	
}

/* Search Box style   */
.topen{margin-top:22px;margin-left:10px;}
.topen .en{background-color:#999;color:#fff;border-radius:2px;padding:0 8px;font-size:12px;height:22px;line-height:22px;margin-right:8px;}
.topen .en:hover{background-color:#DA251D;color:#fff;}
.top-search-box {
  position: relative;
}
.top-search-box button {
  background: #fff;
  border: medium none;
  color: #999;
  font-size: 22px;
  font-weight:normal;
  outline: medium none;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
 
}
.top-search-box button:hover {
  background: none;
  color:#DA251D;
}
.top-search-box button i.fa-search {
  position: relative;
  top: -2px;
}
.top-search-box .search-box {
  background: #fff;
  list-style: outside none none;
  margin: 0;
  
  padding: 5px;
  position: absolute;
  right: 0;
  top: -20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display:none;
 
  width: 750px;
  z-index: 1000;
}

.top-search-box .search-box li form {
  position: relative;
}
.top-search-box .search-box li form input {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #f5f5f5;
  border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
  display: block;
  font-weight: 300;
  height: 45px;
  outline: medium none;
  padding-left: 20px;
  padding-right: 100px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top-search-box .search-box li form button {
  background: #f5f5f5 none repeat scroll 0 0; 
  color: #999;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  outline: medium none;
  padding: 0;
  position: absolute;
  right: 46px;
  text-align: center;
  top: 0;
  transition: all 500ms ease 0s;
  width: 45px;
}
.top-search-box .search-box li form button.closesearch{
	right:0;
	color:#999;
}

.top-search-box .search-box li form input:focus {
 
}
.top-search-box .search-box li form input:focus + button, .top-search-box .search-box li form button:hover {
  
  color: #DA251D;
 
}






/*----------------------------------------------------*/
/* Header Top Area css
============================================================================================ */
.main_header_area {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 22;
}

.main_header_area + section,
.main_header_area + div,
.main_header_area + .row {
  margin-top: 158px;
}

@media (max-width: 991px) {
  .main_header_area + section,
  .main_header_area + div,
  .main_header_area + .row {
    margin-top: 141px;
  }
}

@media (max-width: 480px) {
  .main_header_area + section,
  .main_header_area + div,
  .main_header_area + .row {
    margin-top: 125px;
  }
  .main_header_area img{width:250px;}
}

.header_top {
  padding: 18px 0px;
  vertical-align: bottom;
}

.header_top .pull-left a {
  line-height: 55px;
}

.header_top .pull-right {
  vertical-align: middle;
  
  margin-top:20px;
}

.header_top .pull-right .header_c_text {
  display: inline-block;
  position: relative;
  margin-right: 50px;
}

.header_top .pull-right .header_c_text:before {
  content: "";
  height: 43px;
  width: 1px;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f1f1f1;
}

.header_top .pull-right .header_c_text h5 {
  font-size: 13px;
  font-family: "微软雅黑";
  color: #8f97a7;
  font-weight: normal;
  padding-bottom: 8px;
 
}

.header_top .pull-right .header_c_text h4 {  
  font-family: "微软雅黑";  
  font-size:20px; 
  color:#DA251D;
  font-weight:700;
}

.header_top .pull-right .header_c_text:last-child {
  margin-right: 0px;
}

.header_top .pull-right .header_c_text:last-child:before {
  display: none;
}

.header_top .pull-right .header_c_text .quote_btn {
  position: relative;
 
}

@media (max-width: 991px) {
  .header_top .pull-right .header_c_text {
    display: none;
  }
  .header_top .pull-right .header_c_text:last-child {
    display: block;
  }
}

@media (max-width: 480px) {
  .header_top .pull-right .header_c_text .quote_btn {
    padding: 0px 18px;
    font-size: 13px;
    line-height: 38px;
    top: -5px;
  }
  .single_title{ text-align:center; margin-bottom:20px;}  
}

@media (max-width: 480px) {
  .header_top {
    padding: 5px 0px;
  }
  .main_header_area img{max-width:140px;}
}

@media (min-width: 992px) {
  .main_menu_area .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 60px;
    background: #f60;
    right: 0;
    bottom:0;
	z-index:-1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main_menu_area .navbar-nav > li > a:hover:before {
    width: 100%;
    left: 0;
  }
}

.main_menu_area { 
  background:#DA251D;
 
}
.main_menu_area .navbar-nav > li:hover{background: #f60;}
.main_menu_area .navbar-right > li:hover{background: none;}
.main_menu_area .navbar.navbar-default {
  border: none;
  margin-bottom: 0px;
  background: transparent;
}

.main_menu_area .navbar.navbar-default .navbar-header .navbar-toggle {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 991px) {
  .main_menu_area .navbar.navbar-default .navbar-header .navbar-toggle .icon-bar {
    background: #fff;
  }
}

.main_menu_area .navbar.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 991px) {
  .main_menu_area .navbar.navbar-default .navbar-collapse {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .main_menu_area .navbar.navbar-default .navbar-collapse {
    max-height: 380px;
  }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav {
  margin-left: 0; 
}

@media (max-width: 991px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav li {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav li {
    margin-right: 0px;
  }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li a {
  padding: 0px 20px;
  color: #fff;
  background: transparent;
  font-size: 18px;
  font-family: "微软雅黑";
  text-transform: uppercase;
  font-weight: normal;
  line-height: 60px;  
  z-index:1;  
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li a:hover{color:#fff;}

@media (max-width: 991px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav li a {
    line-height: 45px;
  }
  .main_menu_area .navbar.navbar-default .nav.navbar-nav li a i {
    float: right;
    line-height: 45px;
    padding-right: 10px;
    font-size: 20px;
  }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li a i {
  padding-left: 3px;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li:last-child {
  margin-right: 0px;
}



.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu {
  position: relative;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul {
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  border: none;
}


@media (min-width: 992px){
.navbar-nav {
    float:left;
    margin: 0;
}

.navbar-nav>li {float:left;
}
}
@media (min-width: 992px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 200px;
    background:#f60;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    visibility: hidden;
    z-index: 6;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    display: block;
  }
}




.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #e4e7ef;
}

@media (max-width: 991px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li {
    border-bottom: 1px solid rgba(203, 203, 203, 0.3);
  }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a {
  line-height: 45px;
  color: #fff;
  font-family: "微软雅黑";
  font-weight: normal;
  font-size: 14px;
  padding: 0px 30px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: block;
}

@media (max-width: 991px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a {
    color: #fff;
    padding: 0px 15px;
  }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li:last-child {
  border-bottom: none;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li:hover a {
  background: #fc0;
  color:#fff;
}

@media (min-width: 992px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group {
  width: 150px;
  display: block;
  position: relative;
  top: 10px;
}

@media (max-width: 991px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group {
    width: 100%;
    top: 0px;
  }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input {
  padding: 0px;
  border: none;
  border-radius: 5px;
  background:rgba(255, 255, 255, 0.2);
  height: 37px;
  padding: 0px 30px 0px 8px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "微软雅黑";
  font-weight: normal;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input.placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "微软雅黑";
  font-weight: normal;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "微软雅黑";
  font-weight: normal;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "微软雅黑";
  font-weight: normal;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "微软雅黑";
  font-weight: normal;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input {
    height: 45px;
    border-radius: 0px;
  }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group .input-group-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group .input-group-btn .btn-default {
  padding: 0px;
  background: transparent;
  border: none;
  position: absolute;
  right: 12px;
  top: 8px;
  color: #fff;
  z-index: 5;
}

@media (max-width: 991px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group .input-group-btn .btn-default {
    top: 11px;
  }
}

.main_menu_area.affix {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;

}

/* End Header Top Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Button Area css
============================================================================================ */
.quote_btn {
  display: inline-block;
  padding: 0px 26px;
  background: #ccc;
  line-height: 47px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-family: "微软雅黑";
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
}

.quote_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #DA251D;
  height: 250px;
  width: 300px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: -1;
}

.quote_btn:hover, .quote_btn:focus {
  color: #fff;
}

.quote_btn:hover:before, .quote_btn:focus:before {
  bottom: -50px;
}

.green_btn {
  display: inline-block;
  padding: 0px 26px;
  background: #f90;
  line-height: 47px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-family: "微软雅黑";
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
}

.green_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #f60;
  height: 250px;
  width: 300px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: -1;
}

.green_btn:hover, .green_btn:focus {
  color: #fff;
}

.green_btn:hover:before, .green_btn:focus:before {
  bottom: -50px;
}


.b_get_btn {
  display: inline-block;
  padding: 0px 60px;
  background: transparent;
  border: 1px solid #fff;
  line-height: 65px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "微软雅黑";
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  z-index: 2;
}

.b_get_btn i {
  padding-left: 20px;
}

.b_get_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #2ecc71;
  height: 280px;
  width: 330px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: -1;
}

.b_get_btn:hover, .b_get_btn:focus {
  color: #fff;
  border: 1px solid #2ecc71;
}

.b_get_btn:hover:before, .b_get_btn:focus:before {
  bottom: -50px;
}

.more_btn {
  display: inline-block;
  padding: 0px 32px;
  background: transparent;
  border: 1px solid #DA251D;
  line-height: 50px;
  border-radius: 5px;
  color: #DA251D;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "微软雅黑";
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  z-index: 2;
}

.more_btn i {
  padding-left: 10px;
}

.more_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #DA251D;
  height: 280px;
  width: 330px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: -1;
}

.more_btn:hover, .more_btn:focus {
  color: #fff;
  border: 1px solid #DA251D;
}

.more_btn:hover:before, .more_btn:focus:before {
  bottom: -50px;
}

/* End Button Area css
============================================================================================ */
/* Submit Button Area css
============================================================================================ */
.submit_blue {
  display: inline-block;
  background: transparent;
  border: 1px solid #DA251D;
  line-height: 50px;
  width: 165px;
  height: 48px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "微软雅黑";
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  padding: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  z-index: 2;
}

.submit_blue i {
  padding-left: 10px;
}

.submit_blue:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #DA251D;
  height: 280px;
  width: 330px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: -1;
}

.submit_blue:hover, .submit_blue:focus {
  color: #DA251D;
}

.submit_blue:hover:before, .submit_blue:focus:before {
  bottom: 100%;
}

/* End Submit Button Area css
============================================================================================ */
.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Slider Area css
============================================================================================ */
.main_slider_area{position:relative;top:70px;}
.main_slider_area .rev_slider .tp-revslider-mainul li {
  z-index: 4 !important;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slotholder {
  position: relative;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slotholder:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0x;
  top: 0px;
  z-index: 6;
  width: 100%;
  height: 100%;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slotholder .tp-bgimg {
  z-index: 5 !important;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .first_text {
  color: rgba(255, 255, 255, 1);
  font-family: "微软雅黑";
  font-weight: 300 !important;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
  font-weight: bold !important; 
  font-family: "微软雅黑";
  color: #fff;
}
/*
.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .slider_btn .quote_btn {
  line-height: 54px;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .slider_btn .quote_btn i {
  padding-left: 15px;
}
*/
.main_slider_area .rev_slider .ContentZoom-SmallIcon {
  background: #e7e7e9;
  height: 42px;
  width: 42px;
  text-align: center;
  color: #0d0d0d;
  font-size: 15px;
  line-height: 42px;
  -webkit-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
  padding: 0px !important;
  color: #000 !important;
}

.main_slider_area .rev_slider .ContentZoom-SmallIcon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 17px !important;
}

.main_slider_area .rev_slider .ContentZoom-SmallIcon:hover {
  background: #DA251D;
  color: #fff !important;
}

/* End Main Slider Area css
============================================================================================ */

/* End Feature Slider Area css
============================================================================================ */
/* Testimonials Slider Area css
============================================================================================ */
.testimonials_area {
  padding: 80px 0px;
  background:#f7f7f7;
}

.testimonials_inner {
  position: relative;
}

@media (max-width: 991px) {
  .testimonials_inner {
    padding: 0px 30px;
  }
}

.testimonials_inner .owl-prev, .testimonials_inner .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  color: #d6d6d6;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.testimonials_inner .owl-prev:hover, .testimonials_inner .owl-next:hover {
  color: #DA251D;
}

.testimonials_inner .owl-prev {
  left: 0px;
}

.testimonials_inner .owl-next {
  right: 0px;
}

.testimonials_slider {
  max-width: 1100px;
  margin: auto;
}

.testimonials_slider .item {
  text-align: center;
  cursor:pointer;
}
.testimonials_slider .item .img-box{
	
width:150px; height:150px; overflow:hidden; border-radius:100%; vertical-align:middle;
display:block;
margin:0 auto;
}

.testimonials_slider .item img {
  width: auto;
  max-width: 100%;
  text-align: center;
  display: inline-block;
}

.testimonials_slider .item p {
  font-size: 14px;
  color: #999;
  font-family: "微软雅黑";
  font-weight: normal;
  line-height: 1.5;
  padding: 20px 0px;
}
.testimonials_slider .item:hover h4{ color:#DA251D;}

@media (max-width: 500px) {
  .testimonials_slider .item p {
    font-size: 15px;
    line-height: 28px;
  }
}

.testimonials_slider .item h4 {
  color: #2f2f30;
  font-size: 18px;
  margin-top:15px;
  transition: all 300ms linear 0s;
}


/** Dodecagon Styles **/

.dodecagon.t4
{
    width: 10em;
    height: 12em;
}


.dodecagon {
    display: inline-block;
    width: 6em;
    height: 7em;
    position: relative;
    overflow: hidden;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.dodecagon-in {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.dodecagon-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
	
}

.dodecagon-bg,
.octagon-bg {
    background-color: #DA251D;
}


/* End Testimonials Slider Area css
============================================================================================ */
/* Client Slider Area css
============================================================================================ */
.client_logo_area {
  background: #f5f7f9;
}

.client_logo_area.white_client {
  background: #fff;
}

.client_slider .item {
  text-align: center;
  line-height: 100px;
}

.client_slider .item img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
}

.client_slider .item img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* End Client Slider Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Feature Slider Area css
============================================================================================ */
.main_feature_area {
  overflow: hidden;
  padding:50px 0;
  background: #f5f7f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .main_feature_area {
    display: block;
  }
}

.left_feature_content {
  width: calc(50% + 210px);
  float: left;
  overflow: hidden;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .left_feature_content {
    width: 100%;
    float: none;
    padding-top: 60px;
  }
}

@media (max-width: 500px) {
  .left_feature_content {
    padding: 0px 15px;
  }
}

.left_feature_inner_text {
  max-width: 780px;
  float: right;
}

@media (max-width: 1199px) {
  .left_feature_inner_text {
    float: none;
    margin: auto;
  }
}

.left_feature_inner_text .media {
  width: calc(100% / 2);
  float: left;
  overflow: hidden;
  padding-right: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .left_feature_inner_text .media {
    padding-right: 50px;
  }
}

@media (max-width: 600px) {
  .left_feature_inner_text .media {
    padding-right: 0px;
  }
}

@media (max-width: 500px) {
  .left_feature_inner_text .media {
    width: 100%;
    float: none;
  }
}

.left_feature_inner_text .media .media-left {
  padding-right: 20px;
}

.left_feature_inner_text .media .media-left .social-link{
 width:70px;
 height:70px;
}

@media (max-width: 400px) {
  .left_feature_inner_text .media .media-left {
    padding-right: 15px;
  }
}

.left_feature_inner_text .media .media-body {
  vertical-align: middle;
}

.left_feature_inner_text .media .media-body h4 {
  font-size: 16px;
  color: #2f2f30;
  font-family: "微软雅黑";
  font-weight: bold;
  padding-bottom: 10px;
}

.left_feature_inner_text .media .media-body p {
  font-size: 12px;
  line-height: 1.5;
  font-family: "微软雅黑";
  color: #58585a;
}

.left_feature_inner_text .media:nth-last-child(-n+2) {
  margin-bottom: 0px;
}

@media (max-width: 500px) {
  .left_feature_inner_text .media:nth-last-child(-n+2) {
    margin-bottom: 76px;
  }
}

@media (max-width: 500px) {
  .left_feature_inner_text .media:last-child {
    margin-bottom: 0px;
  }
}

.right_feature_image {
  width: calc(50% - 210px);
  float: right;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .right_feature_image {
    width: 100%;
    float: none;
    margin-top: 50px;
    text-align: center;
  }
}

.right_feature_image img {
  width: 100%;
}

@media (max-width: 1420px) {
  .right_feature_image img {
    width: auto;
  }
}

@media (max-width: 1199px) {
  .right_feature_image img {
    width: 100%;
  }
}

.home_feature_icon {
  padding: 100px 0px;
}

.home_feature_icon .left_feature_inner_text {
  margin-bottom: -50px;
  overflow: hidden;
  max-width: none;
  float: none;
  padding-top: 0px;
}

.home_feature_icon .left_feature_inner_text .media {
  padding-right: 0px;
  width: 100%;
  margin-bottom: 50px;
}

.left_bullets_area {
  background: #f5f7f9;
  padding: 100px 0px;
}

@media (max-width: 767px) {
  .left_bullets_area {
    padding: 60px 0px 60px 0px;
  }
}

.left_bullets_area .analysis_market {
  margin-top: 0px;
}

.left_bullets_area .analysis_market ul {
  margin-left: 25px;
}

.left_bullets_area .analysis_market ul li a {
  position: relative;
}

.left_bullets_area .analysis_market ul li a i {
  color: #DA251D;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.left_bullets_area .analysis_market ul li:hover a i {
  left: -20px;
}

/* End Feature Slider Area css
============================================================================================ */
/* Job Requirement Area css
============================================================================================ */
.open_position_area {
  padding: 100px 0px;
}

.open_position_inner .section_title {
  padding-bottom: 33px;
  padding-top: 40px;
}

.open_position_inner .section_title h2 {
  font-size: 24px;
}

.open_position_inner .panel-group {
  margin-bottom: 0px;
}

.open_position_inner .panel-group .panel-default {
  border-radius: 0px;
  border-color: #e5e5e5;
  margin-top: 20px;
}

.open_position_inner .panel-group .panel-default:first-child {
  margin-top: 0px;
}

.open_position_inner .panel-group .panel-default .panel-heading {
  padding: 0px;
  border-color: #e5e5e5;
}

.open_position_inner .panel-group .panel-default .panel-heading .panel-title a {
  display: block;
  padding: 0px 20px;
  font-size: 18px;
  font-family: "微软雅黑";
  line-height: 50px;
  background: #DA251D;
  color: #fff;
  font-weight: bold;
  letter-spacing: .36px;
}

.open_position_inner .panel-group .panel-default .panel-heading .panel-title a i {
  float: right;
  line-height: 50px;
}

@media (max-width: 400px) {
  .open_position_inner .panel-group .panel-default .panel-heading .panel-title a i {
    line-height: 32px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.open_position_inner .panel-group .panel-default .panel-heading .panel-title a.collapsed {
  background: #fafafa;
  color: #2f2f30;
}

@media (max-width: 400px) {
  .open_position_inner .panel-group .panel-default .panel-heading .panel-title a {
    line-height: 30px;
    padding: 10px 20px;
    position: relative;
    font-size: 16px;
  }
}

.open_position_inner .panel-group .panel-collapse .panel-body {
  padding: 30px 38px 60px 40px;
  background: #fafafa;
}

@media (max-width: 480px) {
  .open_position_inner .panel-group .panel-collapse .panel-body {
    padding: 30px 20px 60px 20px;
  }
}

.open_position_inner .panel-group .panel-collapse .panel-body h3 {
  font-size: 20px;
  font-family: "微软雅黑";
  font-weight: 600;
  color: #2f2f30;
  padding-bottom: 15px;
}

.open_position_inner .panel-group .panel-collapse .panel-body p {
  font-size: 16px;
  line-height: 28px;
  color: #797979;
  letter-spacing: .44px;
  font-family: "微软雅黑";
  padding-bottom: 10px;
  font-weight: normal;
}

.open_position_inner .panel-group .panel-collapse .panel-body p + p {
  padding-bottom: 0px;
}

.open_position_inner .panel-group .panel-collapse .panel-body .submit_blue {
  line-height: 46px;
  margin-top: 40px;
}

/* End Job Requirement Area css
============================================================================================ */
/* 404 Area css
============================================================================================ */
.error_area {
  position: relative;
  z-index: 2;
}

.error_area:before {
  content: "";
  background: rgba(254, 254, 254, 0.5);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.error_area .error_content_inner {
  text-align: center;
  padding: 140px 0px 150px 0px;
}

.error_area .error_content_inner img {
  max-width: 100%;
  margin-bottom: 40px;
}

.error_area .error_content_inner h1 {
  color: #DA251D;
  font-size: 150px;
  font-family: "微软雅黑";
  font-weight: normal;
}

.error_area .error_content_inner h3 {
  font-family: "微软雅黑";
  font-size: 36px;
  color: #2f2f30;
  padding: 10px 0px 35px 0px;
}

/* End 404 Area css
============================================================================================ */
/* Shortcode Page Area css
============================================================================================ */
.button_variation {
  background: #f5f7f9;
  text-align: center;
  padding: 50px 0px 35px 0px;
}

@media (max-width: 767px) {
  .button_variation .col-sm-4 {
    margin-bottom: 20px;
  }
  .button_variation .col-sm-4:last-child {
    margin-bottom: 0px;
  }
}

/* End Shortcode page Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Our Blog Area css
============================================================================================ */
.our_blog_area {
 margin-top:80px;
}

.our_blog_inner .col-md-4:last-child .our_blog_item {
  margin-bottom: 0px;
}

.our_blog_item {
  border:1px solid #ddd;
}

@media (max-width: 991px) {
  .our_blog_item {
    max-width: 357px;
    margin: 0px auto 30px;
  }
}

.our_blog_item .our_blog_img {
  overflow: hidden;
  position: relative;
}

.our_blog_item .our_blog_img img {
  width: 100%;
  height:200px;
  -webkit-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}

.our_blog_item .our_blog_img .b_date {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 12px 17px;
  background: #DA251D;
  color: #fff;
  text-align: center;
}

.our_blog_item .our_blog_img .b_date h6 {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: bold;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.our_blog_item .our_blog_img .b_date h5 {
  font-size: 27px;
  font-weight: bold;
  font-family: "微软雅黑";
}

.our_blog_item .our_blog_content {
  padding: 10px 25px 25px 25px;
}

.our_blog_item .our_blog_content h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #2f2f30;
  height:52px;
  overflow:hidden;
  font-family: "微软雅黑";
  font-weight: bold;
  line-height: 26px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.our_blog_item .our_blog_content h4:hover {
  color: #DA251D;
}

.our_blog_item .our_blog_content p {
  font-size: 15px;
  line-height: 26px;
  color: #58585a;
  font-family: "微软雅黑";
  padding: 13px 0px 20px 0px;
}

.our_blog_item .our_blog_content h6 a {
  color: rgba(92, 106, 135, 0.5);
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}

.our_blog_item .our_blog_content h6 span {
  color: rgba(92, 106, 135, 0.5);
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding: 0px 8px;
}

.our_blog_item:hover .our_blog_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* End Our Blog Area css
============================================================================================ */
/* Main Blog Area css
============================================================================================ */
.main_blog_area {
  padding: 100px 0px;
}

.main_blog_items .main_blog_item {
  margin-bottom: 70px;
}

.main_blog_items .main_blog_item:last-child {
  margin-bottom: 0px;
}

.main_blog_items .main_blog_item .main_blog_image {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.main_blog_items .main_blog_item .main_blog_image:before {
  content: "";
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.main_blog_items .main_blog_item .main_blog_image img {
  width: 100%;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.main_blog_items .main_blog_item .main_blog_text h2 {
  font-size: 20px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #2f2f30;
  text-transform: uppercase;
  letter-spacing: .40px;
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 480px) {
  .main_blog_items .main_blog_item .main_blog_text h2 {
    padding-top: 30px;
  }
}

.main_blog_items .main_blog_item .main_blog_text .blog_author_area {
  padding-top: 10px;
}

.main_blog_items .main_blog_item .main_blog_text .blog_author_area a {
  font-size: 17px;
  font-family: "微软雅黑";
  color: #b8b8b8;
  margin-right: 25px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .main_blog_items .main_blog_item .main_blog_text .blog_author_area a {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .main_blog_items .main_blog_item .main_blog_text .blog_author_area a:last-child {
    margin-bottom: 0px;
  }
}

.main_blog_items .main_blog_item .main_blog_text .blog_author_area a i {
  color: #DA251D;
  padding-right: 10px;
}

.main_blog_items .main_blog_item .main_blog_text .blog_author_area a span:hover {
  color: #DA251D;
}

.main_blog_items .main_blog_item .main_blog_text .blog_author_area a:last-child {
  margin-right: 0px;
}

.main_blog_items .main_blog_item .main_blog_text .blog_author_area a:last-child:hover {
  color: #DA251D;
}

.main_blog_items .main_blog_item .main_blog_text p {
  line-height: 28px;
  color: #797979;
  font-size: 17px;
  font-family: "微软雅黑";
  letter-spacing: .51px;
  padding: 30px 0px 25px 0px;
}

.main_blog_items .main_blog_item:hover .main_blog_image:before {
  opacity: 1;
}

.main_blog_items .main_blog_item:hover .main_blog_image img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.blog_pagination .pagination {
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 50px;
}

.blog_pagination .pagination li a {
  font-family: "微软雅黑";
  font-weight: normal;
  font-size: 14px;
  color: #2f2f30;
  border-radius: 0px;
}

.blog_pagination .pagination li:hover a, .blog_pagination .pagination li.active a {
  background: #DA251D;
  border-color: #DA251D;
  color: #fff;
}

@media (max-width: 991px) {
  .sidebar_area {
    margin-top: 60px;
  }
}

.r_widget {
  margin-bottom: 50px;
}

.r_widget:last-child {
  margin-bottom: 0px;
}

.r_widget_title {
  padding-bottom: 25px;
}

.r_widget_title h3 {
  font-size: 20px;
  font-family: "微软雅黑";
  font-weight: bold;
  text-transform: uppercase;
  color: #2f2f30;
}

.search_widget .input-group input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d3d3d3;
  border-radius: 0px;
  height: 52px;
  font-size: 14px;
  color: #909090;
  padding: 0px 15px;
  font-family: "微软雅黑";
}

.search_widget .input-group input.placeholder {
  font-size: 14px;
  color: #909090;
  font-family: "微软雅黑";
}

.search_widget .input-group input:-moz-placeholder {
  font-size: 14px;
  color: #909090;
  font-family: "微软雅黑";
}

.search_widget .input-group input::-moz-placeholder {
  font-size: 14px;
  color: #909090;
  font-family: "微软雅黑";
}

.search_widget .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #909090;
  font-family: "微软雅黑";
}

.search_widget .input-group .input-group-btn .btn-default {
  border-radius: 0px;
  width: 48px;
  height: 52px;
  border-color: #DA251D;
  padding: 0px;
  background: #DA251D;
  color: #fff;
  margin-left: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.categories_widget ul {
  margin-top: -5px;
}

.categories_widget ul li a {
  font-size: 14px;
  color: #797979;
  font-family: "微软雅黑";
  border-bottom: 1px solid #e6e6e6;
  display: block;
  line-height: 42px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-weight: normal;
}

.categories_widget ul li a i {
  float: right;
  line-height: 42px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.categories_widget ul li:last-child a {
  border-bottom: 0px;
}

.categories_widget ul li:hover a {
  color: #DA251D;
}

.categories_widget ul li:hover a i {
  padding-right: 7px;
}

.recent_widget .recent_inner .recent_item {
  padding: 20px 0px;
  border-bottom: 1px solid #e1e1e1;
}

.recent_widget .recent_inner .recent_item h4 {
  font-size: 16px;
  color: #2f2f30;
  font-family: "微软雅黑";
  line-height: 22px;
  letter-spacing: .34px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-weight: normal;
}

.recent_widget .recent_inner .recent_item h4:hover {
  color: #DA251D;
  text-decoration: underline;
}

.recent_widget .recent_inner .recent_item h5 {
  font-size: 14px;
  color: #9a9a9a;
  font-family: "微软雅黑";
  font-weight: normal;
  padding-top: 15px;
}

.recent_widget .recent_inner .recent_item:first-child {
  padding-top: 0px;
}

.recent_widget .recent_inner .recent_item:last-child {
  border-bottom: 0px;
}

.tage_widget ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}

.tage_widget ul li a {
  display: inline-block;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  line-height: 2.5;
  padding: 0px 16px;
  color: #a6a6a6;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.tage_widget ul li:nth-last-child(-n+2) {
  margin-bottom: 0px;
}

.tage_widget ul li:nth-child(even) {
  margin-right: 0px;
}

.tage_widget ul li:hover a {
  color: #DA251D;
  border-color: #DA251D;
  background: #DA251D;
  color: #fff;
}

/* End Main Blog Area css
============================================================================================ */
/* Single Blog Area css
============================================================================================ */
.single_blog_details .main_blog_items .main_blog_item {
  margin-bottom: 15px;
}

.s_blog_quote {
  background: #f7f7f7;
  padding: 20px 40px 32px 30px;
}

@media (max-width: 430px) {
  .s_blog_quote {
    padding: 20px 25px 32px 20px;
  }
}

.s_blog_quote p {
  padding-left: 72px;
  position: relative;
  margin-top: 15px;
  font-size: 15px;
  line-height: 26px;
  color: #8e8d8d;
  font-family: "微软雅黑";
}

@media (max-width: 430px) {
  .s_blog_quote p {
    padding-left: 25px;
  }
}

.s_blog_quote p i {
  font-size: 55px;
  color: #DA251D;
  position: absolute;
  left: 0px;
  top: -15px;
}

@media (max-width: 430px) {
  .s_blog_quote p i {
    font-size: 18px;
    top: 0px;
  }
}

.s_blog_quote a {
  text-align: right;
  display: block;
  font-size: 16px;
  color: #DA251D;
  font-family: "微软雅黑";
  font-style: italic;
  letter-spacing: .48px;
}

.s_main_text {
  padding-top: 38px;
}

.s_main_text p {
  font-size: 15px;
  line-height: 26px;
  color: #8e8d8d;
  font-family: "微软雅黑";
  letter-spacing: .45px;
}

.s_main_text p strong {
  font-family: "微软雅黑";
  font-weight: bold;
  font-style: italic;
}

.s_main_text p a {
  color: #DA251D;
  text-decoration: underline;
}

.s_comment_list {
  margin-top: 50px;
}

.s_comment_list h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "微软雅黑";
  font-weight: bold;
  letter-spacing: .66px;
  color: #2f2f30;
  padding-bottom: 30px;
}

.s_comment_list .s_comment_list_inner {
  border: 1px solid #eeeeee;
}

.s_comment_list .s_comment_list_inner .media {
  padding-top: 25px;
  padding-bottom: 28px;
  padding-left: 25px;
  padding-right: 75px;
  margin-top: 0px;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 480px) {
  .s_comment_list .s_comment_list_inner .media {
    padding-right: 0px;
  }
}

.s_comment_list .s_comment_list_inner .media .media-left {
  padding-right: 30px;
}

@media (max-width: 480px) {
  .s_comment_list .s_comment_list_inner .media .media-left {
    padding-right: 15px;
  }
}

.s_comment_list .s_comment_list_inner .media .media-body {
  overflow: visible;
}

.s_comment_list .s_comment_list_inner .media .media-body h4 {
  font-size: 15px;
  font-family: "微软雅黑";
  color: #2f2f30;
  letter-spacing: .45px;
  padding-bottom: 7px;
}

.s_comment_list .s_comment_list_inner .media .media-body p {
  font-size: 15px;
  font-family: "微软雅黑";
  letter-spacing: .45px;
  color: #58585a;
  line-height: 26px;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep {
  margin-top: 10px;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a {
  font-size: 13px;
  font-family: "微软雅黑";
  letter-spacing: .39px;
  color: #b5b5b5;
  margin-right: 20px;
  position: relative;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:before {
  content: "";
  background: #b5b5b5;
  height: 13px;
  width: 1px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child {
  color: #DA251D;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child:before {
  display: none;
}

.s_comment_list .s_comment_list_inner .media .media-body .media {
  background: transparent;
  padding-left: 0px;
  padding-top: 40px;
  padding-right: 0px;
}

@media (max-width: 480px) {
  .s_comment_list .s_comment_list_inner .media .media-body .media {
    margin-left: -84px;
  }
}

.s_comment_list .s_comment_list_inner .media:nth-child(even) {
  background: #fcfcfc;
}

.s_comment_list .s_comment_list_inner .media:last-child {
  border-bottom: none;
}

.s_comment_area {
  margin-top: 60px;
}

.s_comment_area h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "微软雅黑";
  font-weight: bold;
  letter-spacing: .66px;
  color: #2f2f30;
  padding-bottom: 30px;
}

.s_comment_area .s_comment_inner {
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  padding: 50px 35px;
}

@media (max-width: 480px) {
  .s_comment_area .s_comment_inner {
    padding: 35px 20px;
  }
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input {
  background: #fff;
  border-color: #eeeeee;
  font-size: 14px;
  color: #c4c4c4;
  font-family: "微软雅黑";
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input.placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "微软雅黑";
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input:-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "微软雅黑";
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "微软雅黑";
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "微软雅黑";
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input:focus {
  border-color: #DA251D;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea {
  background: #fff;
  border-color: #eeeeee;
  font-size: 14px;
  color: #c4c4c4;
  font-family: "微软雅黑";
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea.placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "微软雅黑";
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "微软雅黑";
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "微软雅黑";
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "微软雅黑";
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea:focus {
  border-color: #DA251D;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group:last-child {
  margin-top: 10px;
}

/* End Single Blog Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Get A Quote Area css
============================================================================================ */
.get_quote_area {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/zp.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
.get_quote_area .pull-left{ margin-left:40%;}

@media (max-width: 991px) {
  .get_quote_area .pull-left {
    float: none !important;
    text-align: center;
    margin-bottom: 30px;
	margin-left:0px;
  }
}

.get_quote_area i{display:block; font-size:30px; margin-bottom:10px;}
.get_quote_area .quote_btn{padding:15px 30px; line-height:normal;}
.get_quote_area .pull-left h4 { 
  font-size: 24px;
  font-family: "微软雅黑";
  font-weight: normal;  
}
.get_quote_area .pull-left h3 { 
  font-size: 30px;
  font-family: inherit;
  font-weight: 700;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .get_quote_area .pull-left h4 {
    padding-top: 0px;
    line-height: 32px;
  }
}

.get_quote_area .pull-right {
  margin-bottom: -6px;
}

@media (max-width: 991px) {
  .get_quote_area .pull-right {
    float: none !important;
    text-align: center;
  }
}

/* End Get A Quote Area css
============================================================================================ */
/* Question Contact Area css
============================================================================================ */
.question_contact_area {
  background: #f5f7f9;
  padding: 30px 0px;
}

@media (max-width: 991px) {
  .question_contact_area .pull-left {
    float: none !important;
    text-align: center;
  }
}

.question_contact_area .pull-left h4 {
  font-size: 24px;
  color: #2f2f30;
  font-weight: bold;
  font-family: "微软雅黑";
  padding-top: 16px;
}

@media (max-width: 991px) {
  .question_contact_area .pull-right {
    float: none !important;
    text-align: center;
    margin-top: 20px;
  }
}

.question_contact_area .pull-right a {
  position: relative;
  top: 4px;
}

/* End Question Contact Area css
============================================================================================ */
/* Tracking Area css
============================================================================================ */
.tracking_search_area {
  padding: 100px 0px;
}

.tracking_search_area .tracking_search_inner {
  max-width: 600px;
  margin: auto;
}

.tracking_search_area .tracking_search_inner .single_title {
  padding-bottom: 6px;
}

.tracking_search_area .tracking_search_inner h5 {
  font-size: 15px;
  color: #58585a;
  opacity: .5;
  padding-bottom: 30px;
}

.tracking_search_area .tracking_search_inner .input-group input {
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
  padding: 0px 15px;
}

.tracking_search_area .tracking_search_inner .input-group input.placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
}

.tracking_search_area .tracking_search_inner .input-group input:-moz-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
}

.tracking_search_area .tracking_search_inner .input-group input::-moz-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
}

.tracking_search_area .tracking_search_inner .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
}

.tracking_search_area .tracking_search_inner .input-group .input-group-btn .btn-default {
  border: none;
  height: 50px;
  padding: 0px;
  width: 150px;
  background: #DA251D;
  color: #fff;
  border-radius: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "微软雅黑";
  font-size: 16px;
  letter-spacing: .45px;
}

@media (max-width: 480px) {
  .tracking_search_area .tracking_search_inner .input-group .input-group-btn .btn-default {
    width: 110px;
  }
}

.tracking_search_area .tracking_search_inner .input-group .input-group-btn .btn-default i {
  padding-right: 10px;
}

@media (max-width: 480px) {
  .tracking_search_area .tracking_search_inner .input-group .input-group-btn .btn-default i {
    padding-right: 5px;
  }
}

.tracking_search_area .tracking_search_inner ul {
  margin-top: 20px;
}

.tracking_search_area .tracking_search_inner ul li {
  display: inline-block;
  margin-right: 15px;
}

.tracking_search_area .tracking_search_inner ul li a {
  font-size: 16px;
  color: #DA251D;
}

.timeline_tracking_inner {
  padding-bottom: 100px;
}

.timeline_tracking_inner .single_title {
  padding-bottom: 15px;
}

.timeline_tracking_inner .timeline_tracking_box {
  border: 1px solid #ecf0f1;
  border-radius: 5px;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_head {
  text-align: center;
  background: #f9f9f9;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_head h4 {
  font-size: 16px;
  font-weight: normal;
  font-family: "微软雅黑";
  letter-spacing: .45px;
  line-height: 70px;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_country {
  padding: 25px 15px;
  border-bottom: 1px solid #ecf0f1;
  margin-bottom: 40px;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_country .media .media-left {
  padding-right: 20px;
  vertical-align: middle;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_country .media .media-body {
  vertical-align: middle;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_country .media .media-body h4 {
  font-size: 24px;
  color: #2f2f30;
  font-family: "微软雅黑";
  letter-spacing: .60px;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_country .media .media-body a {
  color: #58585a;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #DA251D;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_in {
  text-align: center;
  background: #DA251D;
  color: #fff;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_in h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "微软雅黑";
  line-height: 70px;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_in.tag-delivered {
  background-color: #4cbb87;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list {
  margin-left: 40px;
}

@media (max-width: 420px) {
  .timeline_tracking_inner .timeline_tracking_box .tracking_list {
    margin-left: 5px;
  }
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul {
  position: relative;
  padding: 20px 0px;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul:before {
  position: absolute;
  display: block;
  width: 1px;
  top: 0;
  left: 126px;
  bottom: 0;
  content: "";
  background-color: #ddd;
  z-index: 1;
}

@media (max-width: 420px) {
  .timeline_tracking_inner .timeline_tracking_box .tracking_list ul:before {
    left: 105px;
  }
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li {
  padding: 20px 0px;
  position: relative;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__time {
  float: left;
  text-align: right;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__time strong {
  color: #2f2f30;
  font-family: "微软雅黑";
  font-size: 16px;
  letter-spacing: .45px;
}

@media (max-width: 420px) {
  .timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__time strong {
    font-size: 14px;
  }
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__time .hint {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  opacity: .5;
  letter-spacing: .28px;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__icon {
  position: absolute;
  left: 109px;
  top: 15px;
  width: 36px;
  height: 36px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 18px;
  z-index: 10;
}

@media (max-width: 420px) {
  .timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__icon {
    left: 88px;
  }
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__icon.intransit:before {
  content: "";
  display: block;
  background-color: #ddd;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 12px;
  left: 11px;
  top: 11px;
  z-index: 9;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__icon.delivered {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI4IDEyOCI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzRDQkI4Nzt9IC5zdDF7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnIGlkPSJEZWxpdmVkIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIj48cGF0aCBpZD0iT3ZhbC03LUNvcHktMiIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgY2xhc3M9InN0MCIgZD0iTTY0IDEyOGMzNS4zIDAgNjQtMjguNyA2NC02NHMtMjguNy02NC02NC02NC02NCAyOC43LTY0IDY0IDI4LjcgNjQgNjQgNjR6Ii8+PHBhdGggaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIiBjbGFzcz0ic3QxIiBkPSJNODIuNSA1My4ybC0zLjQtMy40Yy0uNS0uNS0xLS43LTEuNy0uN3MtMS4yLjItMS43LjdsLTE2LjIgMTYuNS03LjMtNy40Yy0uNS0uNS0xLS43LTEuNy0uN3MtMS4yLjItMS43LjdsLTMuNCAzLjRjLS41LjUtLjcgMS0uNyAxLjdzLjIgMS4yLjcgMS43bDkgOS4xIDMuNCAzLjRjLjUuNSAxIC43IDEuNy43czEuMi0uMiAxLjctLjdsMy40LTMuNCAxNy45LTE4LjJjLjUtLjUuNy0xIC43LTEuN3MtLjItMS4yLS43LTEuN3oiLz48L2c+PC9zdmc+");
  background-color: #4cbb87;
  border: 0;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__icon.outfordelivery {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI4IDEyOCI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0Y1QTU1MTt9IC5zdDF7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnIGlkPSJvdXQtZm9yLWRlbGl2ZXJ5IiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIj48ZWxsaXBzZSBpZD0iT3ZhbC03LUNvcHkiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIGNsYXNzPSJzdDAiIGN4PSI2NCIgY3k9IjY0IiByeD0iNjQiIHJ5PSI2NCIvPjxwYXRoIGlkPSJTaGFwZSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgY2xhc3M9InN0MSIgZD0iTTQxIDUwYy0yLjUtLjgtMi41LTIuNCAwLTNsMTktMTBjMi4zLTEuMyA1LjctMS4zIDggMGwxOSAxMGMyLjUuOCAyLjUgMi40IDAgM2wtMTkgMTBjLTIuMyAxLjMtNS43IDEuMy04IDBsLTE5LTEwem0yNCAyMGMwLTIuNSAxLjctNS4zIDQtNmwyMC0xMWMyLjMtLjcgNCAuNCA0IDN2MTljMCAyLjctMS43IDUuNS00IDdsLTIwIDEwYy0yLjMuNy00LS40LTQtM3YtMTl6bS0yOCAxMWMtMi4zLS43LTQtMy40LTQtNnYtMTljMC0yLjUgMS43LTMuNiA0LTNsMjAgMTBjMi4zIDEuNiA0IDQuMiA0IDd2MTljMCAyLjUtMS43IDMuNi00IDNsLTIwLTExeiIvPjwvZz48L3N2Zz4=");
  background-color: #f5a551;
  border: 0;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__content {
  margin-left: 160px;
}

@media (max-width: 420px) {
  .timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__content {
    margin-left: 132px;
  }
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__content strong {
  color: #2f2f30;
  font-family: "微软雅黑";
  font-size: 16px;
  letter-spacing: .45px;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__content strong .checkpoint__courier-name {
  margin-left: 5px;
  padding: 4px;
  background-color: #ecf0f1;
  border-radius: 3px;
  color: #95a5a6;
  font-family: "微软雅黑";
  font-weight: normal;
  font-size: 14px;
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__content .hint {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  opacity: .5;
  letter-spacing: .28px;
}

.scheduled_area {
  width: 600px;
  margin: 0px auto 40px;
}

@media (max-width: 640px) {
  .scheduled_area {
    width: 100%;
  }
}

.scheduled_area ul {
  position: relative;
  padding: 35px 0px;
}

.scheduled_area ul:before {
  background: #ddd;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  content: "";
}

.scheduled_area ul li {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.scheduled_area ul li .schedul_box {
  width: 89px;
  text-align: center;
  font-family: "微软雅黑";
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

.scheduled_area ul li:nth-child(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
}

.scheduled_area ul li:nth-child(2) .s_icon {
  bottom: auto;
  top: -29px;
}

.scheduled_area ul li:last-child {
  right: 0px;
  bottom: 0px;
  left: auto;
  top: auto;
}

.scheduled_area ul li:last-child .s_icon {
  bottom: auto;
  top: -29px;
}

.scheduled_area ul li .s_icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -29px;
  width: 20px;
  height: 20px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 18px;
  z-index: 10;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.scheduled_area ul li .s_icon:before {
  content: "";
  display: block;
  background-color: #ddd;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 12px;
  left: 5px;
  top: 5px;
  z-index: 9;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.scheduled_area ul li .s_icon.active {
  background-color: #4cbb87;
  border-color: #4cbb87;
}

.scheduled_area ul li .s_icon.active:before {
  background-color: #FFF;
}

.scheduled_area ul li:hover .s_icon {
  border-color: #DA251D;
}

.scheduled_area ul li:hover .s_icon:before {
  background: #DA251D;
}

.scheduled_area ul li:hover .s_icon.active {
  background-color: #4cbb87;
  border-color: #4cbb87;
}

.scheduled_area ul li:hover .s_icon.active:before {
  background-color: #FFF;
}

/* End Tracking Area css
============================================================================================ */
/* Contact Page Area css
============================================================================================ */
.contact_details_area {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .contact_details_area {
    padding-top: 65px;
  }
}

.contact_details_area .contact_title {
  padding-left: 12px;
  color: #2f2f30;
  font-size: 24px;
  font-family: "微软雅黑";
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .contact_details_area .col-xs-6:last-child {
    margin-top: 30px;
  }
}

@media (max-width: 560px) {
  .contact_details_area .col-xs-6 {
    margin-top: 0px;
    width: 100%;
  }
}

.contact_details_area .media {
  color: #DA251D;
  padding: 8px 0px;
}

.contact_details_area .media .media-left {
  padding-right: 15px;
}

.contact_details_area .media .media-left i {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
}

.contact_details_area .media .media-body {
  vertical-align: middle;
}

.contact_details_area .media .media-body p {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #59595b;
}

@media (max-width: 991px) {
  .contact_details_area .media .media-body p {
    font-size: 14px;
  }
}

.contact_details_area .media .media-body a {
  display: block;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #58585a;
}

.google-map {
  min-height: 600px;
}

.google-map.negative-margin {
  margin-top: -200px;
}

.contact_form_area {
  position: relative;
  min-height: 460px;
}

@media (max-width: 991px) {
  .contact_form_area {
    min-height: 550px;
  }
}

.contact_form_area .main_title {
  margin-top: 60px;
}

.contact_form_inner {
  max-width: 900px;
  margin: auto;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 5px;
  z-index: 15;
}

.contact_form_inner .c_inner_title {
  text-align: center;
  padding-bottom: 30px;
  color: #2f2f30;
  font-family: "微软雅黑";
}

@media (max-width: 991px) {
  .contact_us_form {
    margin-bottom: 50px;
  }
}

.contact_us_form .form-group input {
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
  padding: 0px 15px;
}

.contact_us_form .form-group input.placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
}

.contact_us_form .form-group textarea {
  height: 120px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
  padding: 15px 15px;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .45px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ff6a68;
}

.has-error .form-control,
.has-error .form-control:focus {
  border-color: #ff6a68;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-danger {
  color: #ff6a68;
}

.alert-success {
  background-color: #2ecc71;
  border-color: #2db366;
  color: #ffffff;
}

.alert-danger {
  background-color: #fff2f2;
  border-color: #efd0d5;
  color: #a94442;
}

.request_quote_form .form-group input {
  height: 40px;
}

.contact_form_area2 {
  padding: 100px 0px;
}

.contact_form_area2 .contact_us_form .form-group:last-child {
  margin-bottom: 0px;
}

.contact_form_area2 .contact_details_inner {
  background: #DA251D;
  min-height: 313px;
  padding: 40px;
}

@media (max-width: 500px) {
  .contact_form_area2 .contact_details_inner {
    padding: 55px 15px;
  }
}

.contact_form_area2 .contact_details_inner .media {
  margin-top: 25px;
}

.contact_form_area2 .contact_details_inner .media:first-child {
  margin-top: 0px;
}

.contact_form_area2 .contact_details_inner .media .media-left {
  padding-right: 20px;
  color: #fff;
  font-size: 20px;
}

.contact_form_area2 .contact_details_inner .media .media-left i {
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
}

.contact_form_area2 .contact_details_inner .media .media-body p {
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .48px;
}

.contact_form_area2 .contact_details_inner .media .media-body a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: .48px;
}

/* Contact Page Area css
============================================================================================ */
/* Map Area css
============================================================================================ */
.gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div:first-child > div {
  display: none !important;
}

.gm-style-iw + div {
  right: -122px !important;
}

.gm-style .gm-style-iw {
  width: 314px !important;
  height: auto !important;
  top: 5px !important;
  left: 0 !important;
  right: 0 !important;
  overflow: visible !important;
  background-color: #DA251D;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 17px 25px 0 25px;
  color: #fff;
  font-family: "微软雅黑";
  line-height: 22px;
  -webkit-transform: translateX(calc(50% - 28px));
  -ms-transform: translateX(calc(50% - 28px));
  transform: translateX(calc(50% - 28px));
}

@media (max-width: 639px) {
  .gm-style .gm-style-iw {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 260px !important;
  }
}

.gm-style .gm-style-iw:before {
  content: '';
  position: absolute;
  display: block !important;
  width: 100%;
  height: 17px;
  background: #DA251D;
  z-index: 10000 !important;
  left: 0;
  top: 100%;
}

.gm-style .gm-style-iw:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid #DA251D;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  top: calc(100% + 17px);
  left: 14px;
}

@media (max-width: 639px) {
  .gm-style .gm-style-iw:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* End Map Area css
============================================================================================ */
/* Faq list Area css
============================================================================================ */
@media (max-width: 991px) {
  .price_faq_area .col-md-6:first-child .faq_question_list {
    margin-bottom: 40px;
  }
}

.faq_question_list {
  padding-right: 20px;
}

.faq_question_list .faq_item {
  margin-bottom: 40px;
}

.faq_question_list .faq_item h4 {
  font-size: 18px;
  colo: #58585a;
  font-family: "微软雅黑";
  padding-bottom: 15px;
}

.faq_question_list .faq_item p {
  font-size: 14px;
  color: #58585a;
  line-height: 26px;
  font-family: "微软雅黑";
  font-weight: 400;
}

.faq_question_list .faq_item:last-child {
  margin-bottom: 0px;
}

/* End Faq list Area css
============================================================================================ */
.modal.modal-message .modal-dialog {
  margin: 130px auto 0px;
}

.modal.modal-message .modal-dialog .modal-content {
  text-align: center;
}

.modal.modal-message .modal-dialog .modal-content .modal-header {
  border: none;
}

.modal.modal-message .modal-dialog .modal-content .modal-header h2 {
  color: #DA251D;
  font-family: "微软雅黑";
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 2px;
  padding-top: 90px;
}

.modal.modal-message .modal-dialog .modal-content .modal-header p {
  font-size: 18px;
  color: #58585a;
  font-family: "微软雅黑";
  letter-spacing: .34px;
  padding-top: 10px;
  padding-bottom: 100px;
}

/* jVector Maps */
#jvectormap {
  position: relative;
  height: 320px;
  width: 100%;
}

.jvectormap-container {
  background: #f5f7f9 !important;
  min-height: 320px;
}

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  width: 15px;
  height: 15px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}

.jvectormap-zoomin {
  top: 10px;
}

.jvectormap-zoomout {
  top: 30px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* About Us Area css
============================================================================================ */
.about_area {
  background: #f5f7f9;
  padding: 100px 0px;
}

.about_area.carrer_area .about_left_text .single_title {
  padding-bottom: 30px;
}

.about_area.carrer_area .about_left_text p {
  padding-bottom: 16px;
}

@media (max-width: 991px) {
  .about_left_text {
    margin-bottom: 40px;
  }
}

.about_left_text p {
  font-size: 16px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #59595b;
  padding-bottom: 30px;
}

.carrer_image img {
  max-width: 100%;
}

.single_title {
  font-size: 30px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #59595b;
  text-transform: uppercase;
  
}

@media (max-width: 400px) {
  .single_title {
    font-size: 20px;
  }
}

.req_contact_form .form-group {
  margin-bottom: 22px;
}

.req_contact_form .form-group input {
  height: 47px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  padding: 0px 15px;
  font-weight: normal;
}

.req_contact_form .form-group input.placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
}

.req_contact_form .form-group input:-moz-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
}

.req_contact_form .form-group input::-moz-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
}

.req_contact_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
}

.req_contact_form .form-group input:focus {
  border-color: #DA251D;
}

.req_contact_form .form-group textarea {
  height: 95px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  padding: 12px 15px;
  font-weight: normal;
}

.req_contact_form .form-group textarea.placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
}

.req_contact_form .form-group textarea:-moz-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
}

.req_contact_form .form-group textarea::-moz-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
}

.req_contact_form .form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #58585a;
  font-family: "微软雅黑";
  font-weight: normal;
}

.req_contact_form .form-group textarea:focus {
  border-color: #DA251D;
}

.req_contact_form .form-group:last-child {
  margin-bottom: 0px;
}

/* End About Us Area css
============================================================================================ */
/* End About Us Area css
============================================================================================ */
.our_about_image {
  overflow: hidden;
}

.our_about_image img {
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  overflow: hidden;
  width: 100%;
}

.our_about_image img:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

@media (max-width: 991px) {
  .our_about_image img {
    width: 100%;
  }
}

.our_about_area {
  padding: 100px 0px;
}

.our_about_area.about_s_details {
  background: #f5f7f9;
}

@media (max-width: 1199px) {
  .our_about_area.about_s_details .our_about_left_content {
    padding-top: 0px;
  }
}

@media (max-width: 991px) {
  .our_about_area.about_s_details .our_about_left_content {
    padding-top: 30px;
  }
}

@media (max-width: 1199px) {
  .our_about_left_content {
    padding-top: 40px;
  }
}

.our_about_left_content .single_title {
  padding-bottom: 36px;
}

@media (max-width: 1199px) {
  .our_about_left_content .single_title {
    padding-bottom: 12px;
  }
}

.our_about_left_content p {
  font-size: 16px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #59595b;
  padding-bottom: 19px;
}

.our_about_left_content p:last-child {
  padding-bottom: 0px;
}

@media (max-width: 1199px) {
  .our_about_left_content p {
    padding-bottom: 8px;
  }
}

/* End About Us Area css
============================================================================================ */
/* Global Area css
============================================================================================ */
.global_text_area {
  background: #f5f7f9;
  padding: 100px 0px;
}

@media (max-width: 991px) {
  .global_text_area .col-md-6:last-child {
    margin-top: 40px;
  }
}

.global_text_item .single_title {
  padding-bottom: 36px;
}

.global_text_item p {
  font-size: 16px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #59595b;
}

.why_choose_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .why_choose_area {
    display: block;
    overflow: hidden;
    clear: both;
  }
}

.why_choose_area .why_choose_image {
  width: calc(50% - 200px);
  float: left;
  overflow: hidden;
}

@media (max-width: 991px) {
  .why_choose_area .why_choose_image {
    width: 100%;
    float: none;
  }
}

.why_choose_area .why_choose_image img {
  width: 100%;
}

@media (max-width: 1199px) {
  .why_choose_area .why_choose_image img {
    margin-left: -250px;
  }
}

@media (max-width: 991px) {
  .why_choose_area .why_choose_image img {
    margin-left: 0px;
    width: 100%;
  }
}

.why_choose_area .why_choose_feature {
  width: calc(50% + 200px);
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 991px) {
  .why_choose_area .why_choose_feature {
    width: 100%;
    padding: 40px 0px 60px 0px;
  }
}

.why_choose_area .why_choose_feature .why_choose_content {
  max-width: 745px;
  margin-left: 30px;
}

.why_choose_area .why_choose_feature .why_choose_content .single_title {
  padding-bottom: 36px;
}

.why_choose_area .why_choose_feature .why_choose_content h6 {
  font-size: 22px;
  letter-spacing: .44px;
  font-family: "微软雅黑";
  color: #2f2f30;
  padding-bottom: 30px;
  line-height: 30px;
}

.why_choose_area .why_choose_feature .why_choose_content p {
  font-size: 16px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #59595b;
  padding-bottom: 20px;
}

.why_choose_area .why_choose_feature .why_choose_content p:last-child {
  padding-bottom: 0px;
}

/* End Global Area css
============================================================================================ */
/*---------------------------------------------------- */


/*** 
=============================================
    Testimonial Area style
=============================================
***/
.testimonial-area {
  padding: 50px 0;
}
.testimonial-area .sec-title h1{
  color: #3d3d3d;
}
.testimonial-carousel .single-item {

}
.testimonial-carousel .single-item .img-holder {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  display: block;
  height: 95px;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px;
  width: 95px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.testimonial-carousel .single-item:hover .img-holder{
  background: #152545;
  border-color: #152545;
} 
.testimonial-carousel .single-item .text-holder {
  border: 1px solid #f7f7f7;
  margin-top: -48px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 74px;
  z-index: -1;
  padding-bottom: 23px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.testimonial-carousel .single-item:hover .text-holder{
  border-color: #e7e3e3;
}
.testimonial-carousel .single-item .text-holder h5 {
  color: #43c3ea;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 9px;
}
.testimonial-carousel .single-item .text-holder p {}

.testimonial-carousel .single-item .client-info {
  background: #fff none repeat scroll 0 0;
  display: block;
  overflow: hidden;
  padding: 15px 25px 12px;
  text-align: left;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  position: relative;
  z-index: 1;
 transition: all 500ms ease;
}
.testimonial-carousel .single-item .client-info:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #152545;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0; 
  content: "";
  z-index: -1;    
}
.testimonial-carousel .single-item:hover .client-info{
  border-color: #152545;
}
.testimonial-carousel .single-item:hover .client-info:before{
  height: 100%;
  opacity: 1;
}

.testimonial-carousel .single-item .client-info .name h6 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px;
  transition: all 700ms ease;
}
.testimonial-carousel .single-item .client-info .name p {
  color: #43c3ea;
  margin: 0;
  transition: all 500ms ease;
}
.testimonial-carousel .single-item .client-info .rating-box p {
  background: #43c3ea none repeat scroll 0 0;
  color: #ffffff;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  width: 50px;
}
.testimonial-carousel .single-item .client-info .rating-box p i{
  display: inline-block;
  padding-left: 3px;
}
.testimonial-carousel .single-item:hover .client-info .name h6{
  color: #ffffff;
}
.testimonial-carousel .single-item:hover .client-info .name p {
  color: #4d8cb2;    
}

.testimonial-area .owl-theme .owl-dots {
  display: none;
  text-align: center;
}

.testimonial-area .owl-theme .owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.testimonial-area .owl-theme .owl-nav .owl-prev {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  left: -44px;
  position: absolute;
  top: -15px;
  transition: all 700ms ease 0s;
  width: 40px;
  z-index: 10;
  border-right: none;
}
.testimonial-area .owl-theme .owl-nav .owl-next {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  position: absolute;
  right: -44px;
  top: -15px;
  width: 40px;
  z-index: 10;
  transition: all 700ms ease 0s;
  border-left: none;
}
.testimonial-area .owl-theme .owl-nav .owl-prev:hover{
  background: #43c3ea;
}
.testimonial-area .owl-theme .owl-nav .owl-next:hover{
  background: #43c3ea;    
}
.testimonial-area .owl-theme .owl-nav div .fa:hover{
  color: #fff;    
}
.testimonial-area .owl-theme .owl-nav div .fa {
  color: #ececec;
  font-size: 25px;
  display: block;
  padding-top: 2px;
  text-align: center;
}












/*----------------------------------------------------*/
/* Gallery Area css
============================================================================================ */
.gallery_area {
  padding: 50px 0px;
  margin-top:50px;
}

@media (max-width: 991px) {
  .gallery_area .right_faq_area {
    padding-top: 0px;
  }
}

.gallery_area .left_gallery_area {
  overflow: hidden;
  clear: both;
}

.gallery_area .left_gallery_area .l_gallery_inner .l_gallery_item {
  width: calc(100% / 3);
  float: left;
  overflow: hidden;
}

@media (max-width: 480px) {
  .gallery_area .left_gallery_area .l_gallery_inner .l_gallery_item {
    width: calc(100% / 2);
  }
}

.gallery_area .left_gallery_area .l_gallery_inner .l_gallery_item img {
  width: 100%;
  height:220px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.gallery_area .left_gallery_area .l_gallery_inner .l_gallery_item:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.right_faq_area {
  overflow: hidden;
  clear: both;
}

@media (max-width: 991px) {
  .right_faq_area {
    padding-top: 40px;
  }
}

.right_faq_area .panel-group .panel-default {
  margin-top: 0px;
  border-radius: 0px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #f2f5f8;
}

.right_faq_area .panel-group .panel-default .panel-heading {
  padding: 0px;
  background: transparent;
  border: none;
  border-radius: 0px;
}

.right_faq_area .panel-group .panel-default .panel-heading .panel-title a {
  display: block;
  line-height: 48px;
  font-size: 15px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #58585a;
}

@media (max-width: 480px) {
  .right_faq_area .panel-group .panel-default .panel-heading .panel-title a {
    line-height: 25px;
    padding: 12px 0px;
  }
}

.right_faq_area .panel-group .panel-default .panel-collapse .panel-body {
  border: none;
  padding: 0px;
  line-height: 26px;
  font-family: "微软雅黑";
  font-size: 15px;
  font-weight: normal;
  color: #58585a;
  padding-bottom: 8px;
}

.right_faq_area .panel-group .panel-default:first-child {
  margin-top: -12px;
}

/* End Gallery Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 100px 0px;
  position: relative;
  z-index: 3;
}

@media (max-width: 480px) {
  .banner_area {
    padding: 70px 0px;
  }
}

.banner_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 480px) {
  .banner_area .pull-left {
    float: none !important;
    text-align: center;
  }
}

.banner_area .pull-left h3 {
  font-size: 45px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #fff;
}

@media (max-width: 480px) {
  .banner_area .pull-left h3 {
    font-size: 38px;
  }
}

.banner_area .pull-right {
  margin-top: 12px;
}

@media (max-width: 480px) {
  .banner_area .pull-right {
    float: none !important;
    text-align: center;
  }
}

.banner_area .pull-right a {
  font-size: 16px;
  color: #fff;
  font-family: "微软雅黑";
  font-weight: normal;
  margin-right: 25px;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.banner_area .pull-right a:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
}

.banner_area .pull-right a:first-child:before {
  display: none;
}

.banner_area .pull-right a:last-child {
  margin-right: 0px;
}

.banner_area .pull-right a:hover {
  color: #DA251D;
}

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Our Team Area css
============================================================================================ */
.our_team_area {
  background: #f5f7f9;
  padding: 100px 0px;
}

.our_team_slider .team {
  text-align: center;
}

.our_team_slider .team .team_img {
  position: relative;
  z-index: 3;
}

.our_team_slider .team .team_img:before {
  background: rgba(39, 97, 216, 0.6);
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  z-index: 1;
}

.our_team_slider .team .team_img:after {
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(39, 97, 216, 0.6);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  z-index: 1;
}

.our_team_slider .team .team_img .img {
  overflow: hidden;
}

.our_team_slider .team .team_img .img img {
  width: 100%;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.our_team_slider .team h2 {
  font-size: 20px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #2f2f30;
  text-transform: uppercase;
  padding: 20px 0px 3px 0px;
}

.our_team_slider .team p {
  font-family: "微软雅黑";
  font-weight: normal;
  color: #58585a;
  font-size: 14px;
}

.our_team_slider .team:hover h2 {
  color: #DA251D;
}

/* End Our Team Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Service Area css
============================================================================================ */
.service_area {
  padding: 100px 0px;
}

.left_s_list {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .left_s_list {
    margin-bottom: 50px;
  }
}

.left_s_list .single_title {
  padding-bottom: 20px;
}

.left_s_list p {
  font-size: 16px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #59595b;
}

.left_s_list .nav.nav-tabs {
  border: none;
}

.left_s_list .nav.nav-tabs li {
  float: none;
  display: block;
  margin-bottom: 5px;
}

.left_s_list .nav.nav-tabs li a {
  display: block;
  border: none;
  padding: 0px;
  line-height: 55px;
  font-family: "微软雅黑";
  font-size: 15px;
  background: #f5f7f9;
  padding: 0px 20px;
  border-radius: 0px;
  color: #2f2f30;
  letter-spacing: .45px;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.left_s_list .nav.nav-tabs li:hover a, .left_s_list .nav.nav-tabs li.active a {
  background: #DA251D;
  color: #fff;
}

.s_list {
  padding-left: 25px;
  margin-top: 20px;
}

.s_list li a {
  font-size: 16px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #59595b;
  position: relative;
}

.s_list li a i {
  color: #DA251D;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.s_list li:hover a {
  color: #DA251D;
}

.s_list li:hover a i {
  left: -20px;
}

.image_s_list {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .image_s_list {
    max-width: 400px;
    margin: 0px auto 30px;
  }
}

.image_s_list.shortcode_list {
  max-width: 100%;
  margin-bottom: 0px;
  margin-top: 30px;
}

.image_s_list img {
  width: 100%;
}

.image_s_list .single_title {
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
}

.image_s_list .more_btn {
  line-height: 40px;
  padding: 0px 19px;
  margin-top: 20px;
}

.image_s_list.shortcode_list .single_title {
  padding-top: 0px;
}

.download_btn {
  margin-top: 30px;
}

.download_btn a {
  display: block;
  background: #373540;
  padding: 13px 18px;
  font-size: 16px;
  font-weight: bold;
  font-family: "微软雅黑";
  color: #fff;
  margin-bottom: 15px;
}

.download_btn a i {
  float: right;
  line-height: 25px;
  font-size: 25px;
  color: #DA251D;
}

.download_btn a + a {
  margin-bottom: 0px;
}

/* End Service Area css
============================================================================================ */
/* Service Details Area css
============================================================================================ */
.service_details_area {
  padding: 100px 0px;
}

.service_details_inner .service_d_image_text img {
  width: 100%;
}

.service_details_inner .service_d_image_text h3 {
  text-transform: uppercase;
  font-family: "微软雅黑";
  color: #2f2f30;
  font-size: 24px;
  padding: 50px 0px 30px 0px;
}

@media (max-width: 480px) {
  .service_details_inner .service_d_image_text h3 {
    padding-top: 30px;
  }
}

.service_details_inner .service_d_image_text p {
  font-size: 16px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #59595b;
  padding-bottom: 30px;
}

.service_details_inner .service_d_image_text p:last-child {
  padding-bottom: 0px;
}

.analysis_market {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .analysis_market .analysis_text {
    margin-top: 40px;
  }
}

.analysis_market .analysis_text h3 {
  text-transform: uppercase;
  font-family: "微软雅黑";
  color: #2f2f30;
  font-size: 24px;
  padding: 0px 0px 15px 0px;
}

.analysis_market .analysis_text p {
  font-size: 16px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #59595b;
}

.analysis_market .analysis_text ul {
  margin-top: 15px;
}

.analysis_market .analysis_text ul li {
  margin-bottom: 5px;
}

.analysis_market .analysis_text ul li a {
  font-size: 16px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #59595b;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.analysis_market .analysis_text ul li:hover a {
  color: #DA251D;
}

.analysis_market .analysis_text ul li:last-child {
  margin-bottom: 0px;
}

.service_details_area2 {
  padding: 100px 0px 50px;
}

@media (max-width: 767px) {
  .service_details_area2 {
    padding: 60px 0px 30px 0px;
  }
}

.service_list_item_inner .col-md-6:nth-last-child(-n+2) .image_s_list {
  margin-bottom: 0px;
}

@media (max-width: 560px) {
  .service_list_item_inner .col-xs-6 {
    width: 100%;
  }
}

.service_list_item_inner .col-xs-6:nth-last-child(-n+2) .image_s_list {
  margin-bottom: 30px;
}

/* End Service Details Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Feature Slider Area css
============================================================================================ */
.price_plan_area {
  background: #f5f7f9;
  padding: 100px 0px;
}

.price_plan_area .main_title {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .price_plan_inner .col-sm-12 .price_plan_item {
    max-width: 345px;
    margin: 30px auto 0px;
  }
}

@media (max-width: 767px) {
  .price_plan_inner .col-md-4:first-child .price_plan_item {
    margin-top: 0px;
  }
}

.price_plan_item {
  text-align: center;
}

@media (max-width: 767px) {
  .price_plan_item {
    max-width: 345px;
    margin: 30px auto 0px;
  }
}

.price_plan_item .pricing_title {
  background: #DA251D;
  border-bottom: 10px solid #84a6ed;
}

.price_plan_item .pricing_title h3 {
  font-family: "微软雅黑";
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 70px;
}

.price_plan_item .pricing_main {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-top: none;
}

.price_plan_item .pricing_main .price {
  padding: 60px 0px 70px 0px;
}

.price_plan_item .pricing_main .price h4 {
  font-size: 50px;
  font-family: "微软雅黑";
  font-weight: 300;
}

.price_plan_item .pricing_main .price h4 span {
  font-size: 22px;
}

.price_plan_item .pricing_main ul {
  padding: 0px 30px 0px 30px;
}

.price_plan_item .pricing_main ul li a {
  font-size: 14px;
  color: #58585a;
  line-height: 50px;
  border-top: 1px solid #ebebeb;
  display: block;
}

.price_plan_item .pricing_main .more_btn {
  margin-top: 25px;
  margin-bottom: 35px;
}

.price_faq_area {
  padding: 90px 0px;
}

.price_faq_inner .panel-group {
  padding-top: 15px;
}

.price_faq_inner .panel-group .panel {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}

.price_faq_inner .panel-group .panel .panel-heading {
  padding: 0px;
  border: none;
}

.price_faq_inner .panel-group .panel .panel-heading .panel-title a {
  display: block;
  border: none;
  background: #DA251D;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  padding-left: 20px;
  font-weight: normal;
  font-family: "微软雅黑";
  letter-spacing: .45px;
  position: relative;
}

@media (max-width: 600px) {
  .price_faq_inner .panel-group .panel .panel-heading .panel-title a {
    padding-left: 50px;
    line-height: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.price_faq_inner .panel-group .panel .panel-heading .panel-title a i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 22px;
  margin-right: 15px;
}

.price_faq_inner .panel-group .panel .panel-heading .panel-title a i.fa-angle-down {
  display: none;
}

@media (max-width: 600px) {
  .price_faq_inner .panel-group .panel .panel-heading .panel-title a i {
    padding-right: 0px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.price_faq_inner .panel-group .panel .panel-heading .panel-title a.collapsed {
  background: #f6f6f6;
  color: #363636;
  font-weight: normal;
  font-family: "微软雅黑";
}

.price_faq_inner .panel-group .panel .panel-heading .panel-title a.collapsed i {
  border: 1px solid #363636;
}

.price_faq_inner .panel-group .panel .panel-heading .panel-title a.collapsed i.fa-angle-right {
  display: none;
}

.price_faq_inner .panel-group .panel .panel-heading .panel-title a.collapsed i.fa-angle-down {
  display: inline-block;
}

.price_faq_inner .panel-group .panel .panel-collapse .panel-body {
  border: 1px solid #d8d8d8;
  padding: 22px 37px 22px 22px;
  color: #767676;
  font-size: 16px;
  font-family: "微软雅黑";
  line-height: 28px;
  letter-spacing: .25px;
  font-weight: 300;
}

/* Feature Slider Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_area {
  background:url(../img/footer-bg.png) no-repeat center center;
 
}
.footer_widget_area{background:rgba(45, 48, 55, 0.8); padding: 30px 0px 10px 0px;}
.f_title {
  padding-bottom: 32px;
  text-align:center;
}
.f_title:before{content:'';height:20px;width:3px;background:#DA251D;float: left; margin-right: 10px;}
.f_title h3 {
  font-size: 18px;
  color: #fff;
  font-family: "微软雅黑";
  font-weight: 700;
}

@media (max-width: 991px) {
  .footer_widget_area {
    margin-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .footer_widget_area .col-xs-6 {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .footer_widget_area .col-xs-6 {
    width: 100%;
  }
  .link_widget{display:none;}
  .service_widget{display:none;}
}

@media (max-width: 500px) {
  .footer_widget_area .f_widget {
   
    margin: auto;
  }
}

.about_widget img {
  max-width: 100%;
}

.about_widget p {
  font-size: 12px;
  font-family: "微软雅黑";
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 0px 10px 0px;
}
.footer_area i{margin-right:10px;}
.about_widget ul li{color: rgba(255, 255, 255, 0.7);line-height: 30px;}
.about_widget i{width:10px;}
.about_widget ul li a {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.about_widget ul li:hover a {
  color: #DA251D;
}
.link_widget ul li{ text-align:left;}
.link_widget ul li a {
  font-size: 14px;  
  font-family: "微软雅黑";
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  
}

.link_widget ul li:hover a {
  color: #DA251D;
}
.service_widget ul li{ text-align:left;}
.service_widget ul li a {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.service_widget ul li:hover a {
  color: #DA251D;
}

.info_widget .contact_details p {
  font-size: 15px;
  font-family: "微软雅黑";
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}

.info_widget .contact_details p a {
  font-size: 15px;
  font-family: "微软雅黑";
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 5px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.info_widget .contact_details p a:hover {
  color: #fff;
}

.info_widget .contact_details p:first-child {
  padding-bottom: 15px;
}

.info_widget .contact_details p:last-child {
  padding-top: 15px;
}

.footer_copy_right {
  text-align: center;  
  background:#333333;
  
}

.footer_copy_right h4 {
  font-size: 14px;
  font-family: "微软雅黑";
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal; 
  line-height:25px;
  padding:10px 0;
}

.subscribe_form {
  background: #DA251D;
  padding: 30px 0px;
}

.subscribe_form h4 {
  color: #fff;
  font-size: 24px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding-top: 12px;
}

.subscribe_form .form-control {
  background: #ffffff;
  color: #2a61d6;
  border-color: #ffffff;
  width: 300px;
  height: 50px;
  border-radius: 3px;
}

.subscribe_form .form-control::-webkit-input-placeholder {
  color: #9cb0da;
}

.subscribe_form .form-control::-moz-placeholder {
  color: #9cb0da;
}

@media (max-width: 767px) {
  .subscribe_form .form-control {
    width: 100%;
  }
}

.subscribe_form .btn {
  height: 50px;
  padding: 5px 35px;
  font-size: 15px;
  background: #ffffff;
  color: #2a61d6;
  border: 1px solid #ffffff;
  margin-left: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.subscribe_form .btn .fa {
  margin-left: 5px;
}

.subscribe_form .btn:hover {
  background: #2a61d6;
  color: #FFF;
}

.subscribe_form .form_error {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media (max-width: 1200px) {
  .subscribe_form {
    text-align: center;
  }
  .subscribe_form form {
    margin-top: 20px;
  }
}

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

/* End Footer Area css
============================================================================================ */

.subform input{
	background-color: rgba(0,0,0,0.2);
	height: 34px;
	color: #ccc;
	font-size:14px;
}
.subform button{
	margin-left: 1px;
    background-color: #666;
    border: 1px solid #666;
    border-radius: 0;
    color: #ccc;
	font-size:14px;
}
.subform button:hover{
	background-color:#DA251D;
	color:#fff;
	 border: 1px solid #DA251D;
}



/* Images Box
-------------------------------------------------------------- */
/* Imagebox Style1 */
.imagebox.style1 {
    position: relative;
    overflow: hidden;
}
.imagebox-item{ margin-bottom:20px;color:#fff;}
.imagebox.style1 .imagebox-title {
    padding: 10px 80px 11px 20px;
    background: rgba(0, 0, 0, 0.5);
    min-height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.imagebox.style1:hover .imagebox-title {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
}

.imagebox.style1 .imagebox-title h3 {
    
    font-size: 16px;
    text-transform: uppercase;
	font-weight:700;
    margin: 0;
    position: relative;
    line-height: 1.4;
}

.imagebox.style1 .imagebox-title h3:after {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    top: 48%;
    right: -53px;
    color: #ffffff;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.imagebox.style1 .imagebox-title h3 a {
    color: #ffffff;
}

.imagebox.style1 .imagebox-content {
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 100%;
	width:100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding: 20px 20px 20px;
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
       -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
           transition: all 0.5s ease-in-out;

}

.imagebox.style1:hover .imagebox-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.imagebox.style1 .imagebox-content .imagebox-desc {
    color: #ffffff;
}

.imagebox.style1 .imagebox-content ul li{display:inline-block;margin-bottom:5px;}
.imagebox.style1 .imagebox-content ul li a{color:rgba(255,255,255,0.8);padding:5px 15px;border:1px solid rgba(255,255,255,0.8); transition: all 0.3s ease-in-out;display:block;}
.imagebox.style1 .imagebox-content ul li a:hover{background:rgba(218, 37, 29, 0.8);}
.imagebox.style1 .imagebox-content .imagebox-button {
    font-size: 14px;    
	text-align:center;
}

.imagebox.style1 .imagebox-content .imagebox-button a {
    color: #ffffff;
    margin-top: 10px;
    background: #f90;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    line-height: 24px;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.imagebox.style1 .imagebox-content .imagebox-button a:before {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    font-size: 12px;
}

.imagebox.style1 .imagebox-content .imagebox-button a:hover:before {
    color: #222222;
}

.imagebox.style1 .imagebox-content .imagebox-button a:hover {
    color: #222222;
    background-color: #ffffff;
}


/* Imagebox Style2 */
.imagebox.style2 {
    background-color: #fdfdfd;
}

.imagebox.style2 .imagebox-title {
    padding: 33px 0 2px 31px;
}

.imagebox.style2 .imagebox-title h3 {
    font-weight: 600;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0px;
    font-family: "Poppins";
}

.imagebox.style2 .imagebox-content {
    padding: 13px 30px 29px;
}

.imagebox.style2 .imagebox-content .imagebox-button {
    margin-top:  15px;
}

.imagebox.style2 .imagebox-content .imagebox-button a {
    color: #DA251D;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: lowercase;
    padding-right: 30px;
    line-height: 24px;
}

.imagebox.style2 .imagebox-content .imagebox-button a:hover {
    color: #333333;
}

.imagebox.style2 .imagebox-content .imagebox-button a:after {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
}

.imagebox.style2 .imagebox-image:before {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: "FontAwesome";
    content: "\f0c1";
    color: #fff;
    font-size: 28px;
    z-index: 9999;
    margin-left: -10px;
    margin-top: -10px;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.imagebox.style2:hover .imagebox-image:before {
    opacity: 1;
    visibility: visible;
}

.imagebox.style2 .flat-imagebox-content {
    color: #666;
    text-shadow: 0 0 0;
}

/* Image Box Style3 */
.imagebox.style3 .imagebox-image:before {
    content: '';
    position: absolute;
    height: 70px;
    width: 70px;
    background-color: #DA251D;
    border: 7px solid #ffffff;
    border-radius: 50%;
    bottom: -35px;
    left: 50%;
    margin-left: -35px;
    z-index: 10;
}

.imagebox.style2 .imagebox-image:after,
.imagebox.style3 .imagebox-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
    background-color: #DA251D;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.imagebox.style2:hover .imagebox-image:after,
.imagebox.style3:hover .imagebox-image:after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

.imagebox.style3 .imagebox-title h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 64px 0 0 30px;
    position: relative;
    letter-spacing: 0px;
}

.imagebox.style3 .imagebox-title h3:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -2px;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    background-color: #ffffff;
    z-index: 11;
}

.imagebox.style3 .imagebox-title h3:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -12px;
    width: 1px;
    height: 20px;
    margin-left: -0.5px;
    background-color: #ffffff;
    z-index: 11;
}

.imagebox.style3 .imagebox-content {
    padding:  20px 30px 30px;
}

/* Imagebox Style4 */
.flat-imagebox {
    position: relative;
    overflow: hidden;
}

.wrap-imagebox-grid {
    margin: 0 -15px;
}

.flat-imagebox.item {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 60px;
}

.flat-imagebox.services-grid .flat-imagebox-image {
    position: relative;
    margin-bottom: 31px;
}

.flat-imagebox.services-grid .flat-imagebox-image:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #DA251D;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.flat-imagebox.services-grid .flat-imagebox-header .flat-imagebox-title {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 11px;
    color: #222;
}

.flat-imagebox.services-grid .flat-imagebox-header .flat-imagebox-title {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #222;
}

.flat-imagebox.services-grid .flat-imagebox-button {
    margin-top: 15px;
}

.flat-imagebox.services-grid .flat-imagebox-button a {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #DA251D;
}

.flat-imagebox.services-grid .flat-imagebox-button a:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Ionicons";
    content: "\f125";  
    
}

.flat-imagebox.services-grid .flat-imagebox-image:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #DA251D;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.flat-imagebox.services-grid:hover .flat-imagebox-image:after {
    transform: scale(1);
    -webkit-transform: scale(1);
}



/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */




/* Flat News
-------------------------------------------------------------- */
.flat-news {
	padding: 50px 0 0;
}

.flat-news .tab-content{ padding:40px 0;}

.flat-news a{color:#2f2f30; }
.flat-news a:hover{color:#DA251D;}
.entry-post p{font-size: 14px;
    line-height: 26px;
    color: #58585a;}

.flat-news-s2 {
	padding: 45px 0 113px;
}

.title-post p{color: rgba(92, 106, 135, 0.5);
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: normal;
	margin:5px 0;
	}

.flat-news.s3 {
	padding: 3px 0 50px;
}

.flat-news .title-section h2 {
	margin-bottom: 56px;
}

.flat-news.s3 .title-section h2 {
    margin-bottom: 40px;
}




.nav-tabs{border:none;}





/*--// video page --*/
.aboutf{ padding:50px 0;}
h3.sub-w3ls-headf {
	font-family:'微软雅黑';
    color: #3a3a3a;
    font-size: 16px;   
    letter-spacing: 1.5px;
    margin-bottom: .7em;
    line-height: 30px;   
	text-align:center;
}
.main-topicsf {
    margin-top: 2.5em;
}
.tabsf-w3-agileits-grids {
    position: relative;
    overflow: hidden;
    text-align: left;
}
.tabsf-w3-agileits-grids img {
    width: 100%;
    margin-bottom: 1em;
	height:200px;
}
.main-topicsf a.buttonf {
    font-size: 2em;
    color: #FFF; 
    position: absolute;
    top: 0;
    left: 0;
    display: block;   
    width: 100%;
    height: 200px;
    text-align: center;
}
.main-topicsf a.buttonf:hover, .main-topicsf a.buttonf:focus {
	text-decoration:none;
}
.main-topicsf a.buttonf span.fa {
    font-size: 1.8em;
    position: absolute;
    top: 35%;
	left: 50%;
    margin-left: -18px;
}
.tabs-inn-info-agileits-w3layouts {
    position: absolute;
    top: -50%;
    padding: 1.5em 2em 0;
    text-align: center;
    width: 90%;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.img-caption::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: inherit;
    left: 4%;
    width: 0;
  
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.tabsf-w3-agileits-grids:hover div.tabs-inn-info-agileits-w3layouts {
    top: 2%;
}
.tabsf-w3-agileits-grids:hover div.img-caption::before {
    top: 0;
    width: 92.2%;
    height: 24%;
}
/*-- video-bottom --*/


/*-------------------------------------------------------*/
/* Trending Now
/*-------------------------------------------------------*/
.relative {
  position: relative; background-color: #eee; padding:10px 0;}
.trending-now {
  margin-top:20px; 
  }
  .trending-now__label {
    background-color: #f60;
    font-family: "å¾®è½¯é›…é»‘";   
    display: inline-block;
    color: #fff;
    padding: 0 9px;
    line-height: 30px;   
    font-size: 18px;
    float: left;
    margin: 0 20px; }

.newsticker {
  padding-right: 59px; }
  .newsticker__item {
    line-height: 26px;
    font-family: "å¾®è½¯é›…é»‘"; 
	overflow:hidden;
	height:30px;
	width:100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#333;
	}
  .newsticker__item-url {
    color: #333; }
    .newsticker__item-url:hover {
      color: #1A3B7E; }

.newsticker-buttons {
  position: absolute;
  top: 10px;
  right: 15px; }

.newsticker-button {
  background-color: #b1b1b1;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border:none; }
  .newsticker-button:focus {
    outline: none; }
  .newsticker-button:hover {
    background-color: #f60;
    color: #fff;
    border-color: transparent; }
@media (max-width: 991px) {
  
  .newsticker-buttons{display:none;}  
  .newsticker{padding-right:10px;}
  .trending-now__label{font-size:16px; line-height:26px; margin:0 5px;}
}


	
/*** 
=============================================
    BANNER area style
=============================================
***/
.breadcrumb-area {
 
  height: 220px;
  margin-top:120px;
  position:relative;
}
.breadcrumb-area h1 {
  color: #3d3d3d;
  font-size: 30px;
  font-weight: 700;
  margin-top:50px;
  text-transform: capitalize;
}	

/*** 
=============================================
    Breadcrumb botton area style
=============================================
***/
.breadcrumb-botton-area {
  border-bottom: 1px solid #f0f0f0;
  padding: 13px 0 7px;
}
.breadcrumb-botton-area .left { }
.breadcrumb-botton-area .left ul {
  overflow: hidden;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}
.breadcrumb-botton-area .left ul li{
  display: inline-block;
  margin: 0 2px;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.breadcrumb-botton-area .left ul li a{
  color: #666;
  transition: all 500ms ease;
  font-weight:normal;
}
.breadcrumb-botton-area .left ul li a:hover{
  color: #DA251D;    
}
.breadcrumb-botton-area .right {}
.breadcrumb-botton-area .right a {
  color: #DA251D;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.breadcrumb-botton-area .right a i {
  display: inline-block;
  padding-right: 10px;
}
.breadcrumb-botton-area .right a:hover{
  color: #DA251D;    
}

/*** 
=============================================
    right menu area style
=============================================
***/
.sidebar-wrapper {
  padding-left: 0;
}
.sidebar-wrapper .single-sidebar {
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}
.sidebar-wrapper .single-sidebar .sidebar-title {
  overflow: hidden;
  padding: 20px 0; 
  background:#999;
}
.sidebar-wrapper .single-sidebar .sidebar-title h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align:center;
  text-transform: uppercase;
}

.sidebar-wrapper .single-sidebar form.search-form {
  position: relative
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
  background: #fff;
  border: 1px solid #f7f7f7;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 55px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100%;
}
.sidebar-wrapper .single-sidebar .search-form button {
  background: #DA251D  none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  height: 50px;
  padding: 11px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 50px;
}
.sidebar-wrapper .single-sidebar .search-form button i {
  font-size: 14px
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
  border: 1px solid #DA251D;
  background: #f60;
  color: #fff;
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #DA251D none repeat scroll 0 0;
    color: #fff;
}
.single-sidebar .categories {
  margin-top: 4px;
}
.single-sidebar .categories .children{ margin-top:15px;}
.single-sidebar .categories .children li:last-child{border-bottom:none;}
.single-sidebar .categories li {
  
  margin-bottom: 2px;
  background: #f7f7f7;
}
.single-sidebar .categories li:last-child {
  margin-bottom: 0;
}

.single-sidebar .categories li a {
  color: #333;
  transition: all 500ms ease;
  font-size: 14px;
  font-weight: 400;
  padding:10px 20px;
  position: relative;
  display:block;
}
.single-sidebar .categories li .children li a {
  padding-left:10px;
  margin-left:20px;  
	
}

.single-sidebar .categories li a:before{
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #999999;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 20px;
  transition: all 500ms ease;
}
.single-sidebar .categories li .children li a:before{
	content: "\f105";
}

.single-sidebar .categories li a span i {
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.single-sidebar .categories li a:hover{
  background:#e4e4e4;
}
.single-sidebar .categories li.active a,.single-sidebar .categories li.active a:before{background:#e4e4e4;}
.single-sidebar .categories li.active .children a,.single-sidebar .categories li.active .children a:before{color:#666;}

.single-sidebar .categories li a:hover:before{
 
}

.single-sidebar .recent-post {
  margin-top: -6px;
}
.single-sidebar .recent-post li {
  margin-bottom: 14px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 17px;
}
.single-sidebar .recent-post li:last-child{
  margin-bottom: 0;
}
.single-sidebar .recent-post li a .post-title {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: "微软雅黑";
  transition: all 500ms ease;
  margin: 0 0 10px;
}
.single-sidebar .recent-post li a .post-title:hover{
  color:#DA251D;
}
.single-sidebar .recent-post li .post-date{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.single-sidebar .recent-post li .post-date i{
  display: inline-block;
  padding-right: 3px;
  color: #999;
  font-size: 14px;
}



.single-sidebar .blog-archive {
  margin-top: -8px;    
}
.single-sidebar .blog-archive li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 12px;
  padding-bottom: 13px;  
}
.single-sidebar .blog-archive li:last-child {
  margin-bottom: 0;
}
.single-sidebar .blog-archive li a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
  transition: all 500ms ease;
}
.single-sidebar .blog-archive li a:before{
  content: "\f00c";
  font-family: FontAwesome;
  color: #999999;
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 0;  
  transition: all 500ms ease;
}
.single-sidebar .blog-archive li a:hover{
  color: #f60;
}
.single-sidebar .blog-archive li a:hover:before{
  color: #f60;
}


.single-sidebar .popular-tag {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -5px;
}
.single-sidebar.popular-tag .sidebar-title {
  padding-bottom: 41px;
}
.single-sidebar .popular-tag li {
  display: inline-block;
  margin: 0 3px 10px;
}
.single-sidebar .popular-tag li a {
  border: 1px solid #ececec;
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 10px 2px;
  transition: all 500ms ease 0s;
}
.single-sidebar .popular-tag li a:hover{
  background: #f60;
  border-color: #f60;
  color: #fff;
}
.single-sidebar.facebook {
  margin-top: -10px;
}

/*推荐产业*/
.sidebar-wrapper .single-sidebar .latest-product {}
.sidebar-wrapper .single-sidebar .latest-product li {
  
 
  overflow: hidden;
  padding-bottom: 5px;
 
  position: relative;
  height:80px;
  width:48%;
  display:inline-block;
   
  
}
.sidebar-wrapper .single-sidebar .latest-product li:last-child {
 
 
  position: relative;
}
.sidebar-wrapper .single-sidebar .latest-product li .img-holder{
  display: block;
  overflow: hidden;
  position: absolute;  
  width: 100%; 
  height:100%;  
  top: 0;
  left: 0;
}
.sidebar-wrapper .single-sidebar .latest-product li .img-holder img{
  transition: all 0.7s ease 0s;
  width: 100%;  
}
.sidebar-wrapper .single-sidebar .latest-product li .img-holder .overlay .box .content a i {
  color: #ffffff;
  display: inline-block;
  font-size: 16px; 
  transition: all 500ms ease;
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder {
  
  position:absolute;
  bottom:0;
  background:rgba(0, 0, 0, 0.6);
  width:100%;
  transition: all 500ms ease;
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder h4 {
  text-align:center;
  display:block;
  width:100%;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize; 
  transition: all 500ms ease;
  padding:5px 0;
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder h5 {
  color: #f60;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize; 
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box {}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box li {
  display: inline-block;
  margin: 0 1px;
  position: static;
  padding: 0;
  border: none;
}
.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder img {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.sidebar-wrapper .single-sidebar .latest-product li .img-holder .overlay .box .content a:hover i{
  color: #DA251D;
}
.sidebar-wrapper .single-sidebar .latest-product li:hover .title-holder{background:rgba(211, 74, 64,0.9);}
.sidebar-wrapper .single-sidebar .latest-product li:hover .title-holder h4{
  color: #FFF;
}


/* Overlay styles */
.overlay{
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border: 2px solid #f60;
  background-color: rgba(211, 74, 64,0.60);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.overlay .box{
  display: table;
  height: 100%;
  width: 100%;    
}
.overlay .box .content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;    
}


/*** 
=============================================
    Video Gallery Area style
=============================================
***/
.video-gallery-area{
  padding-top: 50px;
  padding-bottom: 50px;
  min-height:500px;
}
.video-gallery-area .text-holder {
  padding:0 20px;
}
.video-gallery-area a {
  color:#DA251D;
}
.video-gallery-area a:hover {
  color:#f60;
}
.video-gallery-area table {
  width:100%;
}
.video-gallery-area .mytable{overflow:auto;}
.video-gallery-area table tr td{height:40px;padding:5px 10px;}
.video-gallery-area table tr.firstRow td{color:#333;}

.video-gallery-area .text-holder img{
	max-width:100%;
	
}

.video-gallery-area .text-holder h2 {
  color: #f60;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: -7px 0 22px;
}
.video-gallery-area .text-holder .top-text {
  margin: 0 0 15px;
}
.video-gallery-area .text-holder .bottom-text {
  margin: 0 0 30px;
  position: relative;
}



.video-gallery-area .video-gallery {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.video-gallery-area .video-gallery img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.video-gallery-area .video-gallery .overlay-gallery {
  background-color: transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
}
.video-gallery-area .video-gallery .overlay-gallery .icon-holder{
  display: table;
  height: 100%;
  width: 100%;    
}
.video-gallery-area .video-gallery .overlay-gallery .icon-holder .icon{
  display: table-cell;
  vertical-align: middle;    
}
.video-gallery-area .video-gallery .overlay-gallery .icon-holder .icon a img{
  width: auto;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.video-gallery-area .video-gallery:hover .overlay-gallery {
  background-color: rgba(67, 195, 235, 0.70);
}
.video-gallery-area .video-gallery:hover img {
  transform: scale(1.1);
}
.video-gallery-area .video-gallery .overlay-gallery .icon-holder .icon a:hover img{
  transform: scale(1.1);
}

.video-gallery-area .text-holder .bottom-text .certified-logo {
  opacity: 0.06;
  position: absolute;
  right: 65px;
  top: 30px;
  z-index: -1;
}

@media (max-width: 991px) {
	.video-gallery-area .text-holder {
	  padding:0 5px;
	}
	
}

/*分页代码 */

.scedu_pagination a,.scedu_pagination span{ padding: 0.5em 1em;
    margin-right: 2px;
	margin-bottom: 2px;
	background-color:#999;
	color: #FFF;
	}
	

.scedu_pagination span.current {color:#fff; background-color:#DA251D; text-decoration:none;}
.scedu_pagination span.nolink { background-color:#999; color:#ccc;}




/*留言列表样式*/
.gooklist{border:1px solid #ddd; padding:10px;}
.gooklist .text{ line-height:1.5; }
.gooklist .title{border-bottom:1px solid #ddd; padding:10px 0;}
.gooklist .tt{color:#DA251D; display:block; margin:10px 0;}
.gooklist .title .name{ color:#DA251D;margin-right:20px;}
.gooklist .title .time{ color:#ccc; font-size:12px; font-weight:normal; }
.gooklist .info{padding:10px 0;color:#666;}
.gooklist .reinfo{padding:10px 0;}


/*** 
=============================================
    Blog Area style
=============================================
***/
#blog-area {
  padding-bottom: 50px;
  padding-top: 50px;
}


.blog-with-sidebar-area .blog-post .single-blog-item {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.single-blog-item {
  overflow: hidden;
}
.single-blog-item .img-holder {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.single-blog-item .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;      
}
.single-blog-item .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  transition: all 500ms ease 0s;
  width: 55px;
}
.single-blog-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);    
}
.single-blog-item:hover .img-holder img{
  -webkit-transform:scale(1.3);
  transform:scale(1.3);    
} 
.single-blog-item .overlay .box .content a:hover i{
  background: #DA251D;
  color: #f60;
}


.single-blog-item .text-holder {
  padding-left: 70px;
  position: relative;
}



.single-blog-item .text-holder .date-box {
  left: 0;
  position: absolute;
  top: 0;
}
.single-blog-item .text-holder .date-box h4 {
 
  color: #999;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 70px;
  line-height: 26px;
  padding: 8px 5px;
  text-align: center;
  width: 70px;
  border:1px solid #ddd;
}
.single-blog-item .text-holder .date-box h4 span{
  display:block;
	
}
.single-blog-item .text-holder .date-box h4 span.day{
	
	font-size:20px;
}
.single-blog-item .text-holder .date-box h4 span.date{
	font-size:12px;
	font-weight:normal;
	
}
.single-blog-item .text-holder .text-box {
  margin-left: 20px;
  
}
.single-blog-item .text-holder .text-box .blog-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 15px;  
  transition: all 500ms ease 0s;
 
}


.single-blog-item .text-holder .text-box .meta-info {
  margin-left: -8px;
  margin-right: -8px;
  overflow: hidden;
  margin-bottom: 16px;
 
}
.single-blog-item .text-holder .text-box .meta-info li{
  display: inline-block;
  margin: 0 8px;
}
.single-blog-item .text-holder .text-box .meta-info li a{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.single-blog-item .text-holder .text-box .meta-info li a:hover{
  color: #DA251D;    
}
.single-blog-item .text-holder .text-box .meta-info li i{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding-right: 8px;
}
.single-blog-item .text-holder .text-box .text {
  overflow: hidden;
}
.single-blog-item .text-holder .text-box .text a {
  color:#DA251D;
}
.single-blog-item .text-holder .text-box .text a:hover {
  color:#f60;
}
.single-blog-item .text-holder .text-box .text p{
  margin: 0;
}
.single-blog-item .text-holder .text-box .text img{ margin:5px 0;max-width:100%;}
.single-blog-item .text-holder .text-box .text .bottom {
  overflow: hidden;
  margin-top: 18px;
}
.single-blog-item .text-holder .text-box .text .bottom .readmore a {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.single-blog-item .text-holder .text-box .text .bottom .readmore a:hover{
  color: #DA251D;
}
.single-blog-item .text-holder .text-box .text .bottom .readmore a i {
  display: inline-block;
  padding-left: 7px;
  font-size: 15px;
}


/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area .single-blog-item:hover .img-holder img {
  transform: none;    
}
.blog-single-area .single-blog-item .text-holder .text-box .blog-title:hover{
  color: #3d3d3d;
}
.blog-single-area .single-blog-item .text-holder {
  padding-left: 0;
  position: relative;
}
.blog-single-area .single-blog-item .text-holder .text-box {
  margin-left: 0px;
 
}
.blog-single-area .button{ text-align:center; margin-top:40px;}


.blog-single-area .single-blog-item .text-holder p.mar-bottom {
  margin-bottom: 13px;
}

.blog-single-area .middle-content-box {
  margin: 30px 0 33px;
  overflow: hidden;
}
.blog-single-area .middle-content-box .img-holder {
  width: 340px;
}
.blog-single-area .middle-content-box .img-holder,
.blog-single-area .middle-content-box .text-holder{
  display: table-cell;
  vertical-align: top;
}
.blog-single-area .middle-content-box .text-holder {
  padding-left: 30px; 
  position: relative;
}
.blog-single-area .middle-content-box .text-holder:before{
  content: "\f10d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #f1f1f1;
  font-size: 24px;
  padding-right: ;
  position: absolute;
  top: -3px;
  left: 30px;    
}
.blog-single-area .middle-content-box .text-holder {
  padding-left: 30px;
  padding-top: 32px;
  position: relative;
}
.blog-single-area .middle-content-box .text-holder h3 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 7px;
}
.blog-single-area .middle-content-box .text-holder h5 {
  color: #f60;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}


.blog-single-area .bottom-content-box {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 21px;
}


.blog-single-area .tag-social-share-box {
  overflow: hidden;
  padding-bottom: 24px;
  padding-top: 25px;
}
.blog-single-area .tag-social-share-box .tag p {
  color: #f60;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.blog-single-area .tag-social-share-box .tag p span {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "微软雅黑";
}

.blog-single-area .tag-social-share-box .social-share {
  
}
.blog-single-area .tag-social-share-box .social-share h5 {
  color: #3d3d3d;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  top: 7px;
}
.blog-single-area .tag-social-share-box .social-share i {
  padding-left: 10px;
  display: inline-block;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links {
  display: inline-block;
  float: left;
  margin-left: -3px;
  margin-right: -3px;
  padding-left: 20px;
  position: relative;
  top: -6px;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links li {
  display: inline-block;
  margin: 0 3px;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links li a i {
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  color: #999999;
  font-size: 14px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 40px;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links li a:hover i{
  background: #f60;
  border-color: #f60;
  color: #fff;
}


.blog-single-area .author-box {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  padding: 30px 30px 22px;
  position: relative;
}
.blog-single-area .author-box .img-holder{
  width: 85px;
}
.blog-single-area .author-box .img-holder,
.blog-single-area .author-box .text-holder{
  display: table-cell;
  vertical-align: top;
}
.blog-single-area .author-box .text-holder {
  padding-left: 30px;
}
.blog-single-area .author-box .text-holder h3 {
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  margin: -2px 0 14px;
  text-transform: capitalize;
}
.blog-single-area .author-box .text-holder p{
 
}

.blog-single-area .author-box .text-holder .social-link {
  margin-left: -6px;
  margin-right: -6px;
  overflow: hidden;
}
.blog-single-area .author-box .text-holder .social-link li{
  display: inline-block;
  margin: 0 6px;
}
.blog-single-area .author-box .text-holder .social-link li a i{
  color: #999999;
  font-size: 14px;
  transition: all 500ms ease;
}
.blog-single-area .author-box .text-holder .social-link li a:hover i{
  color: #f60;
}


.blog-single-area .comment-box {
  overflow: hidden;
  padding-bottom: 35px;
  padding-top: 75px;
}
.blog-single-area .comment-box .title{
  padding-bottom: 35px;
}
.blog-single-area .comment-box .title h3 {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.blog-single-area .comment-box .single-comment-box {
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}
.blog-single-area .comment-box .single-comment-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}

.blog-single-area .comment-box .single-comment-box .text-holder {
  border: 1px solid #f7f7f7;
  margin-left: 20px;
  padding: 15px 20px 5px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top {
  overflow: hidden;
  padding-bottom: 8px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .date h5 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box {
  position: relative;
  top: -3px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul {
  margin-left: -0.5px;
  margin-right: -0.5px;
  overflow: hidden;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin: 0 0.5px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li i {
  color: #f60;
  font-size: 14px;
}


.blog-single-area .add-comment-box {
  overflow: hidden;
}
.blog-single-area .add-comment-box .title {
  padding-bottom: 30px;
}
.blog-single-area .add-comment-box .title h3 {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;  
}
.blog-single-area .add-comment-box .add-rating-box {
  padding-bottom: 17px;
}
.blog-single-area .add-comment-box .add-rating-box h4 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 3px;
}
.blog-single-area .add-comment-box .add-rating-box ul {
  
}
.blog-single-area .add-comment-box .add-rating-box ul li {
  border-right: 1px solid #ebebeb;
  display: inline-block;
  line-height: 20px;
  margin-right: 6px;
  padding-right: 10px;
}
.blog-single-area .add-comment-box .add-rating-box ul li:last-child{
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.blog-single-area .add-comment-box .add-rating-box ul li a i{
  color: #d6d6d6;
  font-size: 12px;
}
.blog-single-area .add-comment-box .add-rating-box ul li a:hover i{
  color: #f60;
  transition: all 500ms ease;
}

.blog-single-area .add-comment-box .add-comment-form {}
.blog-single-area .add-comment-box .add-comment-form .field-label {
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 2px;
}
.blog-single-area .add-comment-box .add-comment-form input[type="text"],
.blog-single-area .add-comment-box .add-comment-form textarea{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ececec;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 15px;
  width: 100%;  
  margin-bottom: 12px;
  transition: all 500ms ease;
}
.blog-single-area .add-comment-box .add-comment-form textarea {
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.blog-single-area .add-comment-box .add-comment-form button {
  padding: 18px 40px 15px;
}
.blog-single-area .add-comment-box .add-comment-form input[type="text"]:focus{
  border-color: #f60;    
}
.blog-single-area .add-comment-box .add-comment-form textarea:focus{
  border-color: #f60;       
}
.blog-single-area .add-comment-box .add-comment-form button:hover{
  background: #DA251D;
  color: #fff;
  border-top-color: #DA251D;
  border-left-color: #DA251D;
  border-right-color: #DA251D;
}


/*产业列表*/

.productlist .latest-product {}
.productlist .latest-product li {
  
 
  overflow: hidden;
  padding-bottom: 5px; 
  position: relative;
  height:200px;
  margin:1%;
  width:30%;
  display:inline-block;
   
  
}
.productlist .latest-product li:last-child {
 
 
  position: relative;
}
.productlist .latest-product li .img-holder{
  display: block;
  overflow: hidden;
  position: absolute;  
  width: 100%;
  height:200px;  
  top: 0;
  left: 0;
  transition: all 500ms ease;
}
.productlist .latest-product li .img-holder img{
  transition: all 0.7s ease 0s;
  width: 100%;  
}
.productlist .latest-product li .img-holder .overlay .box .content a i {
  color: #ffffff;
  display: inline-block;
  font-size: 16px; 
  transition: all 500ms ease;
}
.productlist .latest-product li .title-holder {
  
  position:absolute;
  bottom:0;
  background:#DA251D;
  width:100%;
  transition: all 500ms ease;
}
.productlist .latest-product li .title-holder h4 {
  text-align:center;
  display:block;
  width:100%;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize; 
  transition: all 500ms ease;
  padding:10px 0;
}
.productlist .latest-product li .title-holder h5 {
  color: #f60;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize; 
}
.productlist .latest-product li .title-holder .review-box {}
.productlist .latest-product li .title-holder .review-box li {
  display: inline-block;
  margin: 0 1px;
  position: static;
  padding: 0;
  border: none;
}
.productlist .latest-product li:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.productlist .latest-product li:hover .img-holder  {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.productlist .latest-product li .img-holder .overlay .box .content a:hover i{
  color: #DA251D;
}
.productlist .latest-product li:hover .title-holder{background:#DA251D;}
.productlist .latest-product li:hover .title-holder h4{
  color: #FFF;
}

@media (max-width: 991px) {
  .productlist .latest-product li {width:47%;}
  .sidebar-wrapper{display:none;}
  .call-to-action-area .single-item .img-holder{height:auto;}
}

@media (max-width: 480px) {
  .productlist .latest-product li {width:47%;}
}

/*相册 样式代码*/

/*** 
=============================================
    Call to action Area style
=============================================
***/
.call-to-action-area {
  background: #ffffff;
  padding: 50px 0 40px;
}
.call-to-action-area .single-item {
  margin-bottom: 20px;
  border: 1px solid #f4f4f4;
  padding: 17px 19px 12px;
  transition: all 800ms ease 0s;
}
.call-to-action-area .single-item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;   
}
.call-to-action-area .single-item .img-holder  {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%; 
  height:150px;
  overflow:hidden;  
}
.call-to-action-area .single-item .img-holder .imgbox{
	
	  height:150px;  
   transition: all 500ms ease;
}

.call-to-action-area .single-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;   
}
.call-to-action-area .single-item h5 {
  color: #3d3d3d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0;
   transition: all 500ms ease 0s;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.call-to-action-area .single-item .text-holder {
  margin: 18px 0 0;
}
.call-to-action-area .single-item .text-holder p{
    
}

.call-to-action-area .single-item:hover h5{
  color: #DA251D;
}
.call-to-action-area .single-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.call-to-action-area .single-item:hover .imgbox {
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}
.call-to-action-area .single-item:hover{ border: 1px solid #DA251D;}
.call-to-action-area .single-item .img-holder .overlay .box .content a:hover i{
  background: #152545;
  color: #43c3ea;
}

@media (max-width: 991px) {
  
  .call-to-action-area .single-item .img-holder{height:auto;}
  .single-blog-item .text-holder .date-box{display:none;}
  .single-blog-item .text-holder .text-box{margin-left:0;}
  .single-blog-item .text-holder{padding-left:0;}
  .single-blog-item .text-holder .text-box .text img{width:100%;}
  .cndns-right{display:none;}
}


/*弹出公告 内容颜色*/
.layui-layer-content p{color:#fff;font-size:14px;}


#blog-area .blog-post table {
  width:100%;
}
#blog-area .blog-post table tr{
	border-bottom: 1px solid #f3f3f3;

}

#blog-area .blog-post table td{
	padding:10px 5px;	
	
}


.search form.search-form {
  position: relative
}
.search .search-form input[type="text"] {
  background: #fff;
  border: 1px solid #ccc;
  color: #999999;
  display: block;
  font-size: 14px;  
  height: 40px;  
  padding-left: 15px;
  padding-right: 60px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100%;
}
.search .search-form button {
  background: #DA251D  none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  height: 40px;  
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 40px;
}
.search .search-form button i {
  font-size: 20px;
  font-weight:normal;
}
.search .search-form input[type="text"]:focus {
  border: 1px solid #DA251D;   
}
.search .search-form input[type="text"]:focus + button, 
.search .search-form button:hover {
    background: #DA251D none repeat scroll 0 0;
    color: #fff;
	
}


.about-area{padding:50px 0;padding-top:150px;}

.video-box-layout1 {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-box-layout1 {
    margin-bottom: 30px;
  }
}
.video-box-layout1 img {
  width: 100%;
}
.indexproduct .video-play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
  margin: auto;
  cursor:pointer;
}
.indexproduct .video-play-button i {
  color: #666;
  position: relative;
  z-index: 99;
  font-size: 30px;
  line-height: 2.7;
  margin-left: 10px;
  padding: 0;
}
.indexproduct .video-play-button i:hover {
  color: #DA251D;
}
.video-play-button {
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 99;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all 200ms;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.categories-area {
  background:#F7F7F7;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.categories-area .sec-title h1{
    
}
.categories-area .single-item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 90px;
  background: #ffffff;
  z-index: 1;
}
.categories-area .single-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #DA251D;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.categories-area .single-item:hover:before{
  height: 100%;
  opacity: 1;
}

.categories-area .single-item .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  background: #fc0;
}
.categories-area .single-item .icon-holder::before {
  color: #fc0;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  padding-right: 0;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -12px;
}
.categories-area .single-item .icon-holder .icon-box {
  display: table;
  height: 100%;
  width: 100%;  
}
.categories-area .single-item .icon-holder .icon-box .icon{
  display: table-cell;
  vertical-align: middle;
  text-align:center;
}
.categories-area .single-item .icon-holder span::before {
  color: #fff;
  display: block;
  font-size: 30px;
  text-align: center;
}
.categories-area .single-item .text-holder {
  padding-left: 30px;
  padding-top: 27px;
  padding-bottom: 13px;
  padding-right: 12px;
}
.categories-area .single-item .text-holder h5{
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
  transition: all 500ms ease;
  line-height:1.5;
}
.categories-area .single-item .text-holder p{
  transition: all 500ms ease;  
  font-size:14px;  
}
.categories-area .single-item:hover .text-holder h5{
  color: #ffffff;
}
.categories-area .single-item:hover .text-holder p{
  color: #fff;    
}

.section-type-c{padding:50px 0;}
#a1{ position:fixed; top:50%; left:50%; z-index:1000; margin-top:-143.5px;margin-left:-250px;}
#closevideo{position:fixed;top:20px; right:20px;height:30px;width:80px; display:block; z-index:1001;color:#FFF; cursor:pointer; font-family:"微软雅黑"; display:none; }


.job_btn a{color:#fff;}
.job_btn a:hover{color:#fff;}
.job_btn {	
  display: inline-block;
  padding: 0px 20px;
  margin:10px 0;
  background: #DA251D;
  line-height: 35px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
}

.job_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #f60;
  height: 250px;
  width: 300px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: -1;
}

.job_btn:hover, .job_btn:focus {
  color: #fff;
}

.job_btn:hover:before, .job_btn:focus:before {
  bottom: -50px;
}



.navmenu{margin-bottom:30px;margin-top:20px;}
.navmenu li{display:inline-block; margin-right:5px;margin-bottom:5px; }
.navmenu li a{display:inline-block; padding:10px 20px;background:#ddd;color:#666;-webkit-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; transition: all 300ms linear 0s;}
.navmenu li.active a{background:#DA251D;color:#fff;}
.navmenu li a:hover{background:#f60;;color:#fff;}



.features-area div[class^="owl-item"]:nth-child(odd) .feature::before {
  background: rgba(255, 102, 0, 0.9); }

.feature {
  padding: 85px 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }
  .feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 155, 220, 0.9);
    z-index: -1; }

.feature__icon {
  color: #ffffff;
  margin-right: 35px;
  font-size: 60px;
  height: 65px;
  width: 65px;
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .feature__icon span {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .feature__icon span i {
      line-height: 65px; }
    .feature__icon span:first-child {
      top: 0; }
    .feature__icon span:last-child {
      top: 100%; }

.feature__content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100; }
  .feature__content h4 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff; }
    .feature__content h4 a {
      color: #ffffff; }
  .feature__content p {
    margin-bottom: 0;
    color: #ffffff; }

.feature:hover .feature__icon span:first-child {
  top: -100%; }

.feature:hover .feature__icon span:last-child {
  top: 0; }

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .feature {
    padding: 70px; } }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .feature {
    padding: 80px 30px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 50px 30px; }
  .feature__icon {
    margin-right: 0;
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 70px 20%; }
  .feature__icon {
    margin-right: 0;
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .feature {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 70px 20%; }
  .feature__icon {
    margin-right: 0;
    margin-bottom: 15px; } }

@media only screen and (max-width: 575px) {
  .feature {
    padding: 70px 12%; } }


.features-area .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -40px;
}

@media (max-width: 480px) {
  .features-area .owl-dots {
    width: 100%;
    text-align: center;
  }
}

.features-area .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #dedede;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.features-area .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.features-area .owl-dots .owl-dot.active {
  background: #DA251D;
}

.ih-item.square {
    position: relative; 
   
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.square.effect13 {
    overflow: hidden;
	border:1px solid #ddd;
	
}

.ih-item.square.effect13.colored .info {
   
    background: rgba(0, 0, 0, 0.2);
}

.ih-item.square.effect13.colored .producttitle {
	position:absolute;
	display:block;
	width:100%;
	text-align:center;
	padding:5px 0;
	bottom:0;
	left:0;
	 background: rgba(228, 228, 228, 0.8);
	 color:#666;
	 font-size:14px;	
	 -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.square.effect13.colored .info h3 {
    background: rgba(218, 37, 29, 0.8);
}

.ih-item.square.effect13 .img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	height:250px;
}
.ih-item.square.effect13 .img img{height:100%;}
.ih-item.square.effect13 .info {
    background: #fff;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.square.effect13 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    
    margin: 20px 0 0 0;
}

.ih-item.square.effect13 .info p {  
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 10px;
    text-align: left;
}

.ih-item.square.effect13 a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ih-item.square.effect13 a:hover .info {
    visibility: visible;
    opacity: 1;
}
.ih-item.square.effect13 a:hover .producttitle {
    visibility: hidden;
    opacity: 0;
}

.ih-item.square.effect13.left_to_right .info {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ih-item.square.effect13.left_to_right a:hover .info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.square.effect13.right_to_left .info {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.ih-item.square.effect13.right_to_left a:hover .info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.square.effect13.top_to_bottom .info {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ih-item.square.effect13.top_to_bottom a:hover .info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect13.bottom_to_top .info {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.ih-item.square.effect13.bottom_to_top a:hover .info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


.mainproduct .owl-nav .owl-prev, .mainproduct .owl-nav .owl-next {
  height: 42px;
  width: 42px;
  background: #ddd;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.mainproduct .owl-nav .owl-prev:hover, .mainproduct .owl-nav .owl-next:hover {
  background: #DA251D;
  color: #fff;
}

.mainproduct .owl-nav .owl-prev {
  left: -60px;
}

@media (max-width: 1199px) {
  .mainproduct .owl-nav .owl-prev {
    left: 0px;
  }
}

@media (max-width: 767px) {
  .mainproduct .owl-nav .owl-prev {
    display: none;
  }
}

.mainproduct .owl-nav .owl-next {
  right: -60px;
}

@media (max-width: 1199px) {
  .mainproduct .owl-nav .owl-next {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .mainproduct .owl-nav .owl-next {
    display: none;
  }
}


.mainproduct .owl-dots {
  position: absolute;
  left: 48%;  
  bottom: -35px;
}

@media (max-width: 480px) {
  .mainproduct .owl-dots {
    
    text-align: center;
  }
}

.mainproduct .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  background: #999;  
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
   border-radius:100%;
}

.mainproduct .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.mainproduct .owl-dots .owl-dot.active {
  background: #DA251D;
  width:20px;
  border-radius:5px;
}


.topright{position:absolute;top:10px;right:30px;}
.topright a{margin-left:10px;}

.productnav{min-width:1200px;left:-650px;padding:10px;margin-top:10px;background-color:#fff;}
.productnav li{width:23%;border:none;margin:0 2%;}
.header-area .main-nav .nav li.submenu .productnav li a:first-child{line-height:1.5;padding:10px 20px;height:auto;font-size:18px;color:#333;}
.header-area .main-nav .nav li.submenu .productnav li a:hover:first-child{color:#DA251D;}
.productnav li a i{display:block; color:#666;margin:0 auto;font-size:30px;-webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;}
  .productnav li:hover a i{
	  color:#DA251D;
	  -moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
	  
  }
  
  
 /**产品**/ 
  .product-content{margin-bottom:40px;}
 .product-content h4{font-size:24px;font-weight:700;text-align:center;}
  
  
 .productlist h2{font-size:20px; font-weight:700; margin-bottom:20px;}
.productlist .productlist_item{ background:#f3f3f3; padding:20px; margin-bottom:20px;-webkit-transition: all 0.5s; transition: all 0.5s;text-align:center;}
.productlist .productlist_item i{font-size:80px;line-height:120px;display:block;-webkit-transition: all 0.5s; transition: all 0.5s;color:#666; }
.productlist .productlist_item h4{color:#666;font-weight:600; font-size:18px;-webkit-transition: all 0.5s; transition: all 0.5s; }
.productlist .productlist_item p{font-size:12px;-webkit-transition: all 0.5s; transition: all 0.5s;}
.productlist .imgbox{background:#fff; text-align:center; height:200px; overflow:hidden; margin:10px 0; padding:20px 0;}
.productlist .imgbox img{ max-width:100%; max-height:100%;}

.productlist .productlist_item:hover{background:#DA251D;}
.productlist .productlist_item:hover h4,.productlist .productlist_item:hover i{color:#fff;}
.productlist .productlist_item:hover i{	  -moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
transform:rotate(360deg);}

.productlist-content ul li{display:block; border-bottom:1px dashed #ddd; padding:10px 0; overflow:hidden;}

.productlist-content ul li .img-box{border:1px solid #ddd;padding:15px; text-align:center; margin:10px 0;}
.productlist-content ul li .img-box img{max-width:100%;}
.productlist-content ul li .productcontent-box{margin:10px 0;}
.productlist-content ul li .productcontent-box h4{ font-size:16px;color:#333; font-weight:700;}
.productlist-content ul li .productcontent-box p{color:#666; margin:10px 0; overflow:hidden;}
.productlist-content ul li .productcontent-box i{font-size:12px;}

.productlist{padding:40px 0;}
.productlist .item{background:#fff;border:1px solid #eee;-webkit-transition: all 0.5s; transition: all 0.5s;background-image: radial-gradient(farthest-corner at 50% 50%, #fff, #fff,#f1f1f1);}
.productlist .item:hover{box-shadow: 0 0 10px #ccc;-webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);}
.productlist .item a{display:block;height:100%;width:100%;padding:40px 20px;-webkit-transition: all 0.5s; transition: all 0.5s;}
.productlist .item a:hover{color:#DA251D;}
.productlist .owl-stage-outer{padding:20px 0;}

.productlist h2{font-weight:normal;text-align:center;margin-bottom:0;line-height: 1.5; height: 60px;font-size:18px;}
.productlist .owl-dots {
  position: absolute;
  left: 50%;
  bottom:0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 
}

@media (max-width: 480px) {
  .productlist .owl-dots {
    width: 100%;
    text-align: center;
  }
}

.productlist .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #dedede;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.productlist .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.productlist .owl-dots .owl-dot.active {
  background: #DA251D;
}


.productlist .owl-nav .owl-prev, .productlist .owl-nav .owl-next {
  
  color:#ccc;
  font-size: 60px;  
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.productlist  .owl-nav .owl-prev:hover, .productlist  .owl-nav .owl-next:hover {
 
  color: #DA251D;
}

.productlist  .owl-nav .owl-prev {
  left: -20px;
}

@media (max-width: 1199px) {
  .productlist  .owl-nav .owl-prev {
    left: 0px;
  }
}

@media (max-width: 767px) {
  .productlist  .owl-nav .owl-prev {
    display: none;
  }
}

.productlist  .owl-nav .owl-next {
  right: -20px;
}

@media (max-width: 1199px) {
  .productlist  .owl-nav .owl-next {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .productlist .owl-nav .owl-next {
    display: none;
  }
}




.product_btn {
  display: inline-block;
  padding: 0px 15px;
  background: #ddd;
  line-height: 25px;
  border-radius: 25px;
  color: #333;
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.7s; transition: all 0.7s;
}

.product_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #DA251D;
  height: 100px;
  width: 200px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: -1;
}

.product_btn:hover, .product_btn:focus {
  color: #fff;
}

.product_btn:hover:before, .product_btn:focus:before {
  bottom: -50px;
}

.product-tab-box .nav-tabs>li {
    float: left;   
    border: 1px solid #ddd;
    margin: 1px;   
}
.product-tab-box .nav>li>a {   
    padding: 5px 30px;
	border-radius:0;
	color:#666;
	font-size:16px;
}
.product-tab-box .nav-tabs>li>a {
    margin-right: 0; 
    line-height: 1.42857143;
    border: 1px solid transparent;   
}

.product-tab-box .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	color: #fff;
    background-color: #DA251D;
    border: 1px solid #DA251D;
    border-bottom-color: transparent;
    cursor: default;
}
.product-tab-box .nav-tabs{border:none;} 
  
 /*产品详细页*/
.product-tab-box .nav-tabs>li {
    float: left;   
    border: 1px solid #ddd;
    margin: 1px;   
}
.product-tab-box .nav>li>a {   
    padding: 5px 30px;
	border-radius:0;
	color:#666;
	font-size:16px;
}
.product-tab-box .nav-tabs>li>a {
    margin-right: 0; 
    line-height: 1.42857143;
    border: 1px solid transparent;   
}

.product-tab-box .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	color: #fff;
    background-color: #DA251D;
    border: 1px solid #DA251D;
    border-bottom-color: transparent;
    cursor: default;
}
.product-tab-box .nav-tabs{border:none;}

#shop-area{
  padding-top: 50px;
  padding-bottom: 50px;
}
#shop-area .shop-content {
  border-right: 1px solid #f7f7f7;
  margin-bottom: -80px;
  margin-right: -25px;
  margin-top: -80px;
  padding-bottom: 80px;
  padding-right: 25px;
  padding-top: 80px;
}
.desc-content-box img{ max-width:100%;}
.single-shop-content { margin-bottom:60px;}
.productinfo{margin-top:40px;}
.productinfo img{max-width:100%;}
.productinfo table{width:100%;color:#333;}
.productinfo table td{padding:10px 5px;}
 .productinfo table img{height:25px;margin-right:10px;}
  .productinfo .liandian table img{width:40px;height:auto;}
  .productinfo .liandian table p{font-size:14px;}
 .product_thumb .owl-item img{max-width:100%;width:auto;margin:0 auto;}

.single-shop-content .img-holder{text-align:center; margin-bottom:20px;}
.product-details-content{ padding-top:20px;}
/*.desc-content-box ul li{ line-height:1.5; color:#666; border-bottom:1px solid #ddd; overflow:hidden;}
.desc-content-box ul li:nth-of-type(odd){ background:#fff;}
.desc-content-box ul li:nth-of-type(even){ background:#ddd;}
隔行换色

.desc-content-box .spectitle{ background:#f2f2f2;padding:10px; text-align:center;}
.desc-content-box .speccontent{padding:10px 20px; }
*/
.desc-content-box h3,.desc-content-box h2{font-size:20px;margin:10px 0;font-weight:700;}
.desc-content-box table{
	border: 1px solid #f1f1f1;
    margin: 20px 0;    
	width:100%;
}
.desc-content-box table tr td{
	font-size: 14px;
    color: #333333;
    border-top: 1px solid #f1f1f1; 
	border-right: 1px solid #f1f1f1;	    
	padding:10px;
}
.desc-content-box table tr td.spectitle{background:#f1f1f1;font-weight:700;width:200px; border-bottom:1px solid #fff; text-align:right;}
/*.desc-content-box table tr:hover td{background:#014da1;color:#fff;border-right:1px solid #fff;}
.desc-content-box table tr:hover a{color:#fff;}*/
.ue-table-interlace-color-double {
    background-color: #f5f5f5;
}
.list-paddingleft-2{padding-left: 30px;}
.list-paddingleft-2 li{list-style-type:disc;}
.single-shop-content .content-box h2 {
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
 
}
.single-shop-content .content-box .review-box {
  margin: 0 0 10px;  
}
.single-shop-content .content-box .review-box ul {}
.single-shop-content .content-box .review-box ul li {}
.single-shop-content .content-box .review-box ul li i {
  color: #43c3ea;
}
.single-shop-content .content-box span.price {
  color: #43c3ea;
  font-size: 22px;
  font-weight: 400;
}
.single-shop-content .content-box span.price .before-rate {
  color: #9a9a9a;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding-left: 10px;
  position: relative;
  top: -1px;
}
.single-shop-content .content-box .text {
  overflow: hidden;
  padding: 25px 0;
}
.single-shop-content .content-box .location-box {
  margin: 4px 0 20px;
}
.single-shop-content .content-box .location-box p {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0 0 12px;
}
.single-shop-content .content-box .location-box form input {
  border: 2px solid #f7f7f7;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  transition: all 500ms ease;
  margin: 0 0 10px;
}
.single-shop-content .content-box .location-box form input:focus{
  border-color: #43c3ea;
}
.single-shop-content .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  margin-left: 6px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
  width: 95px;
}
.single-shop-content .content-box .location-box form button:hover{
  background: #43c3ea;
}
.single-shop-content .content-box .location-box form span {
  color: #43c3ea;
}
.single-shop-content .content-box .addto-cart-box {}
.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {
  float: left;
  width: 70px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 12px 12px;
  position: relative;
  width: 100%;
}
.single-shop-content .content-box .addto-cart-box .btn-default {
  background-color: #efefef;
  border-color: #efefef;
  color: #9e9e9e;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: #9e9e9e;
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 7px;
}
.single-shop-content .content-box .addto-cart-box button.addtocart {
  height: 50px;
  width: 170px;
  line-height: 30px;
  margin-left: 25px;
}
.single-shop-content .content-box .addto-cart-box button.addtocart:hover{
  background: #152545; 
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}

/*产品详细页多图展示*/
.tb-booth{border:1px solid #ddd;position:relative;z-index:1; }
.tb-booth a{display:block;text-align:center;height:350px;width:100%; line-height:350px;}
.tb-booth a img{max-height:320px;max-width:90%;}

div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:100px;height:100px;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.product_thumb { margin-top:10px; position:relative;}
.product_thumb .item{padding:10px; }

.product_thumb .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 
}

@media (max-width: 480px) {
  .product_thumb .owl-dots {
    width: 100%;
    text-align: center;
  }
}

.product_thumb .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #dedede;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.product_thumb .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.product_thumb .owl-dots .owl-dot.active {
  background: #DA251D;
}


.product_thumb .owl-nav .owl-prev, .product_thumb .owl-nav .owl-next {
  
  color:#ccc;
  font-size: 60px;  
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.product_thumb  .owl-nav .owl-prev:hover, .product_thumb  .owl-nav .owl-next:hover {
 
  color: #DA251D;
}

.product_thumb  .owl-nav .owl-prev {
  left: -50px;
}

@media (max-width: 1199px) {
  .product_thumb  .owl-nav .owl-prev {
    left: 0px;
  }
}

@media (max-width: 767px) {
  .product_thumb  .owl-nav .owl-prev {
    display: none;
  }
}

.product_thumb  .owl-nav .owl-next {
  right: -50px;
}

@media (max-width: 1199px) {
  .product_thumb  .owl-nav .owl-next {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .product_thumb .owl-nav .owl-next {
    display: none;
  }
}
.single-sidebar-product .categories {
  
}
.single-sidebar-product .categories .children{ margin-top:5px;}
.single-sidebar-product .categories .children li:last-child{border-bottom:none;}
.single-sidebar-product .categories li {
 
  margin-bottom: 2px;
 
}
.single-sidebar-product .categories li .children li {  
  margin-bottom: 1px;
  padding-bottom: 0;
}

.single-sidebar-product .categories li:last-child {
  margin-bottom: 0;
}
.single-sidebar-product .categories li a {
  color: #fff;
  background:#999;
  transition: all 500ms ease;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  line-height:40px;
  position: relative;
  display:block;
}
.single-sidebar-product .categories li .children li a {
  color: #666;
  background:#f5f5f5;
  line-height:35px;
	
}
.single-sidebar-product .categories li .children li a:hover {
  color: #666;
  background:#ddd;
  line-height:35px;
	
}




.single-sidebar-product .categories li a span i {
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.single-sidebar-product .categories li a:hover{
  color: #fff; 
  background:#DA251D;
}
.single-sidebar-product .categories li.active a,.single-sidebar-product .categories li.active a:before{color:#fff;background:#DA251D;}
.single-sidebar-product .categories li.active .children li a,.single-sidebar-product .categories li.active .children li a:before{color:#666;}
.single-sidebar-product .categories li.active .children li.active a{color:#DA251D;}
.single-sidebar-product .categories li a:hover:before{
  color: #fff;      
} 



article.post.style2 .content-post:after {
	top: 0;
}

article.post.style2 .content-post h4 {
    padding:5px 10px;
}

article.post.style2 {
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}


article.post.s1 {	
	margin-bottom: 40px;
	position: relative;
	float: left;
	width: 50%;
	padding: 0 15px;
}

article.post .featured-post ul.post-date {
	position: absolute;
	top: 0;
	left: 45px;
	background-color: #2e363a;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 2px 10px 7px 12px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.post .featured-post ul.post-date .day {
	font-size: 30px;
	margin-top: 2px;
    margin-bottom: 2px;
}

article.post .content-post {
	position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    width: 100%;
}

article.post .featured-post .label{
	position:absolute;
	bottom:-10px;
	left:0;
	background-color:#f90;
	z-index:5;
	font-size:16px;
	padding:10px 20px;
	border-radius:0;
	
}

article.post .featured-post .b_date {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  background: rgba(2, 95, 204, 0.9);
  color: #fff;
  text-align: center;
}

article.post .featured-post .b_date h6 {
  font-size: 14px;  
  padding-top: 5px;
  text-transform: uppercase;
}

article.post .featured-post .b_date h5 {
  font-size: 24px;
  font-weight: bold;
 
}



article.post:hover .featured-post ul.post-date {
	background-color: #f90;
}

article.post .content-post h4 {	
	font-size: 14px;
}
article.post .content-post h4 a{color:#fff;line-height:1.5;}
article.post .content-post .more-link {
	margin-top: 19px;
}

article.post .content-post .more-link a {
	background-color: #2e363a;
	border-radius: 3px;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
    padding: 0 38px 3px;
    letter-spacing: 0;
    color: #ffffff;
}

article.post .content-post .more-link a:hover {
	background-color: #f90;
}


/***é¦–é¡µå›¾ç‰‡æ–°é—» **/


.picnews_list .owl-nav .owl-prev, .picnews_list .owl-nav .owl-next {
  height: 30px;
  width: 30px;
  background:rgba(0,0,0,0.5);
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.picnews_list .owl-nav .owl-prev:hover, .picnews_list .owl-nav .owl-next:hover {
  background: #DA251D;
  color: #fff;
}

.picnews_list .owl-nav .owl-prev {
  left: 0px;
}

@media (max-width: 1199px) {
  .picnews_list .owl-nav .owl-prev {
    left: 0px;
  }
}

@media (max-width: 767px) {
  .picnews_list .owl-nav .owl-prev {
    display: none;
  }
}

.picnews_list .owl-nav .owl-next {
  right: 0px;
}

@media (max-width: 1199px) {
  .picnews_list .owl-nav .owl-next {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .picnews_list .owl-nav .owl-next {
    display: none;
  }
}

.picnews_list .owl-dots {
  position: absolute;
  left: 0;  
  bottom: -25px;
}

@media (max-width: 480px) {
  .picnews_list .owl-dots {
    width: 100%;
    text-align: center;
  }
}

.picnews_list .owl-dots .owl-dot {
  height: 5px;
  width: 20px;
  background: #dedede;  
  display: inline-block;
  margin-right: 5px;
}

.picnews_list .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.picnews_list .owl-dots .owl-dot.active {
  background: #DA251D;
}

.recent-news li{margin-bottom:10px;}
.recent-news img{width:100px;}
.recent-news .text a{ line-height:1.5; font-weight:normal;}
.recent-news .text h4{font-size:14px;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.recent-news .entry-post p {
    margin-bottom: 0;
    font-size: 13px;
    color: #b9c1cf;
	text-align:right;
}



/**首页产品**/
.productnavtab{text-align:center;overflow:hidden;}
.productnavtab .nav-tabs>li {
    float: none;   
    border: none;
	display:inline-block;  
	margin-bottom:5px;
   
}
.productnavtab .nav>li>a {   
    padding: 8px 25px;
	font-size:16px;
	
	color:#666;
	background:#f2f2f2;
	border-radius:0;
}
.productnavtab .nav-tabs>li>a {
    margin-right: 0; 
    line-height: 1.42857143;
    border: none;
    
}
.productnavtab .nav-tabs>li>a i{font-size:18px;}

.productnavtab .nav-tabs>li.active>a, .productnavtab .nav-tabs>li.active>a:hover, .productnavtab .nav-tabs>li.active>a:focus{
	color: #fff;   
    border-radius:0;
	border:none;
    cursor: default;
	background:#DA251D;
}
.productnavtab .nav-tabs{border-bottom:0;}


/**合作伙伴***/
.partnerlist{margin-top:0;}
.partnerlist h4{margin:10px 0;font-weight:700;color:#DA251D;}
.partnerlist hr{margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;}
.partnerpiclist .item{margin:0 -10px;margin-bottom:10px;background-color:#fff;}
.partnerpiclist img{max-width:100%;padding:5px;border:1px solid #ddd;}




/****首页产品****/

.product-area{padding-top:80px;}
.product-area img{width:100%;transition: all 10s; transition-delay: 1s;}
.product-area .indexproduct{margin-bottom:10px;padding:0;position:relative;overflow:hidden;}
.product-area .indexproduct h2{position:absolute;top:50%;left:10%;color:#fff;font-size:40px;font-weight:700;letter-spacing:20px;transform: translateY(-50%);z-index:2;text-align:center;}
.product-area .indexproduct span{display:block;font-size:24px;font-weight:normal;letter-spacing:5px;margin-top:20px;}
.product-area .indexproduct:hover img{transform: scale(1.2);}


.feature_slider_area {
  margin-top: 50px;
}

.feature_slider_area .feature_row {
  margin-left: -18px;
  margin-right: -18px;
}

@media (max-width: 767px) {
  .feature_slider_area .feature_row {
    margin-right: -15px;
  }
}

.feature_slider_inner {  
  z-index: 10;
}

.feature_slider_inner .item {
  padding: 10px 18px;
}

.feature_slider_inner .feature_s_item {
  text-align: center;
  -webkit-box-shadow: 0px 0px 14px rgba(136, 159, 229, 0.2);
  box-shadow: 0px 0px 14px rgba(136, 159, 229, 0.2);
  padding: 40px 28px 30px 28px;
  background: #009bdb;
  margin-bottom: 15px;
  border-radius:5px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.feature_slider_inner .feature_s_item i{
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display:inline-block;
}
.feature_slider_inner .feature_s_item:hover i{
-moz-transform:rotate(360deg) scale(1.2);
-ms-transform:rotate(360deg) scale(1.2);
-webkit-transform:rotate(360deg) scale(1.2);
transform:rotate(360deg) scale(1.2);
}
.feature_slider_inner .feature_s_item:hover {background: #f90;}
.feature_slider_inner .feature_s_item .social-link {
  width:30%;
  margin:0 auto;
  fill: #cddeff;
}

.feature_slider_inner .feature_s_item h4 {
  text-transform: uppercase;  
  font-size: 20px;
  color: #fff;
  font-family: "å¾®è½¯é›…é»‘";
  padding: 15px 0px 0px 0px;
}

.feature_slider_inner .feature_s_item p {
  font-size: 15px;
  line-height: 26px;
  color: #434345;
  font-family: "å¾®è½¯é›…é»‘";
  font-weight: normal;
}

.feature_slider_inner .owl-nav .owl-prev, .feature_slider_inner .owl-nav .owl-next {
  height: 42px;
  width: 42px;
  background: #ddd;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.feature_slider_inner .owl-nav .owl-prev:hover, .feature_slider_inner .owl-nav .owl-next:hover {
  background: #DA251D;
  color: #fff;
}

.feature_slider_inner .owl-nav .owl-prev {
  left: -12px;
}

@media (max-width: 1199px) {
  .feature_slider_inner .owl-nav .owl-prev {
    left: 0px;
  }
}

@media (max-width: 767px) {
  .feature_slider_inner .owl-nav .owl-prev {
    
  }
}

.feature_slider_inner .owl-nav .owl-next {
  right: -12px;
}

@media (max-width: 1199px) {
  .feature_slider_inner .owl-nav .owl-next {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .feature_slider_inner .owl-nav .owl-next {
   
  }
}

.feature_slider_inner .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -40px;
}

@media (max-width: 480px) {
  .feature_slider_inner .owl-dots {
    width: 100%;
    text-align: center;
  }
}

.feature_slider_inner .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #dedede;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.feature_slider_inner .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.feature_slider_inner .owl-dots .owl-dot.active {
  background: #DA251D;
}
.aboutsubnav{margin-bottom:20px;}
.aboutsubnav a{text-align:center;background:#ddd;color:#666;display:block;width:100%;height:100%;padding:5px 0;font-size:16px;margin-bottom:10px;}
.aboutsubnav a:hover{background:#DA251D;color:#fff;}
.aboutsubnav a.active{background:#DA251D;color:#fff;}

.servicelist{height:150px;padding:0 5px;margin:5px 0;}
.servicelist .img-holder{
  display: block;
  overflow: hidden;
  position: relative;  
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}

.servicelist .title-holder {
  
  position:relative;
  bottom:27px;
  left:0;
  background:#999;
  width:100%;
  transition: all 500ms ease;
}
.servicelist .title-holder h5 {
  text-align:center;
  display:block;
  width:100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize; 
  transition: all 500ms ease;
  padding:5px 0;
}


.servicelist:hover .title-holder{background:#DA251D;}
.servicelist:hover .title-holder h5{
  color: #FFF;
}
#servicelist li.active .title-holder{background:#DA251D;}

#servicelist li span{opacity:0;transition: all 600ms ease;}
#servicelist li.active span{opacity:1;}

#rotate-words { 
  
  font-size:2em;
  text-transform:uppercase;
  font-family: "微软雅黑";
  color:#DA251D;
}

#rotate-words div {
 position:absolute;
 opacity:0;
 overflow:hidden;
 top:30%;
 left:60%;
 
 line-height:1.2em;
 animation: rotate-word 8s linear infinite 0s;
}

@keyframes rotate-word {
    0% { opacity: 0;  }
    10% { opacity: 0.5; }
    20% { opacity: 1; }
    30% { opacity: 1; }
    40% { opacity: 1}
	50% { opacity: 0.5}
	60% { opacity: 0}
	70% { opacity: 0}
	80% { opacity: 0}
	90% { opacity: 0}
    100% { opacity: 0}
}

#rotate-words div:nth-child(2) { animation-delay: 4s}

.aboutallnum li{text-align:center;}
.aboutallnum li a{font-size:50px;display:block;padding:40px 0 5px 0;color:#999;position:relative;}
.aboutallnum li a p{margin:20px 0;color:#999;}
.aboutallnum li a span{display:none;}
.aboutallnum li.active a span{display:block;}
.aboutallnum li.active a:after{
	content:"";
	position:absolute;
	bottom:15px;
	left:0;
	height:2px;
	background:#DA251D;
	width:100%;
}
.aboutallnum li.active a{color:#DA251D;}


/**产品左侧固定菜单**/
.productleftnav{position:fixed;left:2px;top:50%;z-index:1000;}


/* Custom Styles */
	.aboutus-area{padding:0;}
	.aboutus-area img{max-width:100%;}
	.partnerlist h3{font-size:30px;text-align:center;padding:40px 0 20px 0;color:#DA251D;}
	.partnerlist h5{font-size:18px;font-weight:700;padding:10px  0;}
	
    ul.nav-tabs{
        width: 100%;
        margin-top: 4px;      
      box-shadow:0;
    }
    ul.nav-tabs li{
        margin: 0;       
		background:#f7f7f7;
		margin-bottom: 2px;
    }
	 ul.nav-tabs li:hover{
	 background:#e4e4e4;
	  box-shadow:0;
	  border:none;
	 }
    ul.nav-tabs li:first-child{
        border-top: none;
    }
    ul.nav-tabs li a{
        color: #333;
		transition: all 500ms ease;
		font-size: 14px;
		font-weight: 400;
		padding: 10px 20px;
		position: relative;
		display: block;
		border:none;
		margin-right:0;
    }
	 ul.nav-tabs li a:hover{
	  
	   background:#e4e4e4;
	  box-shadow:0;
	   border:none;
	 }
	 ul.nav-tabs li a:hover:before{
	
	 }
	ul.nav-tabs li a:before{
	  content: "\f105";
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  text-decoration: inherit;
	  color: #999999;
	  font-size: 16px;
	  position: absolute;
	  top: 10px;
	  right: 20px;
	  transition: all 500ms ease;
	}
    ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover,ul.nav-tabs li.active a:focus{
        color:#333;
        background: #e4e4e4; 
		border:none;
		border-radius:0;
    }
   ul.nav-tabs li.active a:before{
		
   }
    .aboutusnav.affix{
        top: 150px; /* Set the top position of pinned element */
		width:200px;
    }
	.aboutusnav .sidebar-title {
	  overflow: hidden;
	  padding: 20px 0;
	  background:#999;
	}
	.aboutusnav .sidebar-title h1 {
	  color: #fff;
	  font-size: 20px;
	  font-weight: 700;
	  text-align:center;
	  text-transform: uppercase;
	}
	.aboutpic {position:relative;margin-top:30px;}
	.aboutpic .owl-nav .owl-prev, .aboutpic .owl-nav .owl-next {
  height: 30px;
  width: 30px;
  background: #ddd;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.aboutpic .owl-nav .owl-prev:hover, .aboutpic .owl-nav .owl-next:hover {
  background: #DA251D;
  color: #fff;
}

.aboutpic .owl-nav .owl-prev {
  left: -40px;
}

@media (max-width: 1199px) {
  .aboutpic .owl-nav .owl-prev {
    left: 0px;
  }
}

@media (max-width: 767px) {
  .aboutpic .owl-nav .owl-prev {
 
  }
}

.aboutpic .owl-nav .owl-next {
  right: -40px;
}

@media (max-width: 1199px) {
  .aboutpic .owl-nav .owl-next {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .aboutpic .owl-nav .owl-next {
   
  }
}

.aboutpic .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}

@media (max-width: 480px) {
  .aboutpic .owl-dots {
    width: 100%;
    text-align: center;
  }
}

.aboutpic .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #dedede;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.aboutpic .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.aboutpic .owl-dots .owl-dot.active {
  background: #DA251D;
}

.navbar-fixed-top{top:70px;z-index:400;}
.navbar-default{background:#f7f7f7;border:none;}
.navbar-nav{float:right;margin-right:90px;}
.navbar-default .navbar-nav>li>a{color: #666;
    padding: 13px 5px 5px 5px;
    margin-left: 20px;}
.navbar-default .navbar-nav>li>a:focus{color:#666;}
.navbar-default .navbar-nav>a{color:#666;}
.navbar-default .navbar-nav>li>a:hover{color:#DA251D;}
.navbar-default .navbar-nav>.active>a{color:#DA251D;background:none;border-bottom:3px solid #DA251D;}
.navbar-default .navbar-nav>.active>a:hover{background:none;color:#DA251D;}
.navbar-default .navbar-nav>.active>a:focus{color:#DA251D;background:none;}
.search-blog-item .text-holder { 
   padding-left:0;
}
.timeh4{line-height:60px;}
.layui-layer{transform: translate(-20%,-20%);}
 @media (max-width: 991px){
	.timeh4{line-height:1.5;}
	.topright{display:none;}
	.productnav{min-width: auto;left: 0;margin-top:0;}
	.productnav li{border-bottom: 1px solid rgba(203, 203, 203, 0.3);display:block;width:50%;}
	.header-area .main-nav .nav li.submenu .productnav li a{border-bottom:1px solid #f5f5f5;font-size:14px;margin-left:40px;margin-right:40px;}
	
	.header-area .main-nav .nav li.submenu .productnav li a:first-child{font-size:14px;font-weight:700;margin-left:20px;margin-right:20px;}
	.productnav li a i{display:none;} 
	 .breadcrumb-area{height:60px;padding-top:20px;margin-top:60px;}
	 .main_slider_area{top:60px;}
  .breadcrumb-area h1{font-size:16px;margin-top:0;}
  .header-area .main-nav .logo img{max-width:180px;}
  .topen {margin-right: 30px; margin-top: 22px;margin-left:0;}
  .top-search-box .search-box{width:300px;}
  .topen .en{margin-right:2px;padding: 0 3px;}
  .top-search-box button{width:35px;}
  .col-xs-0{display:none;}
  .slidebar-news{margin-top:40px;}
  .background-header{height:60px;}
  .about-area{padding-top:110px;}
  .product-area{padding-top:70px;}
  #myScrollspy{display:none;}
  #rotate-words { display:none;}
  .servicelist{height:0;}
  .aboutallnum li a{font-size:30px;}  
  #navmenu{display:none;}
  
  .product-area .indexproduct h2{position:absolute;top:50%;left:10%;color:#fff;font-size:20px;font-weight:700;letter-spacing:10px;transform: translateY(-50%);z-index:2;}
.product-area .indexproduct span{display:block;font-size:16px;font-weight:normal;letter-spacing:2px;margin-top:10px;}
.indexproduct a{left:auto;right:20px;}
  .navbar-default{display:none;}
  .indexproduct .video-play-button{left:auto;right:20px;width:40px;height:40px;}
  .indexproduct .video-play-button i{font-size:16px;line-height:40px;margin-left:5px;}
  .video-play-button:before{width:40px;height:40px;}
  .video-play-button:after{width:40px;height:40px;}
  .single-blog-item .text-holder .text-box .blog-title{font-size:16px;}
  .footer_copy_right span{display:block;}
  .tp-bullets{display:none;}
  
 } 
  .owl-carousel .owl-stage{margin:0 auto;}